Click or drag to resize

MathUtilPythagoreanClosestPointOnLine Method (LatLon, LatLon, LatLon)

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

Note: This API is now obsolete.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[ObsoleteAttribute("MathUtil.PythagoreanClosestPointOnLine() is obsolete. Please use MathUtil.QuickClosestPointOnLine() instead.")]
public static LatLon PythagoreanClosestPointOnLine(
	LatLon point,
	LatLon lineStart,
	LatLon lineEnd
)

Parameters

point
Type: Telogis.GeoBaseLatLon
lineStart
Type: Telogis.GeoBaseLatLon
lineEnd
Type: Telogis.GeoBaseLatLon

Return Value

Type: LatLon
See Also