Click or drag to resize

MathUtilInterpolate Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Interpolate between two points.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static LatLon Interpolate(
	LatLon from,
	LatLon to,
	double factor
)

Parameters

from
Type: Telogis.GeoBaseLatLon
The point to interpolate from.
to
Type: Telogis.GeoBaseLatLon
The point to interpolate to.
factor
Type: SystemDouble
The interpolation factor. Use 0.1 for a point near from, 0.9 for a point near to, and 0.5 for a point exactly between from and to.

Return Value

Type: LatLon
The interpolated point.
See Also