Click or drag to resize

MathUtilPythagoreanDistanceFromPointToLine Method

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.PythagoreanDistanceFromPointToLine() is obsolete. Please use MathUtil.QuickDistanceFromPointToLine() instead.")]
public static double PythagoreanDistanceFromPointToLine(
	LatLon point,
	LatLon lineStart,
	LatLon lineEnd,
	DistanceUnit units,
	out double interpolationConstant
)

Parameters

point
Type: Telogis.GeoBaseLatLon
lineStart
Type: Telogis.GeoBaseLatLon
lineEnd
Type: Telogis.GeoBaseLatLon
units
Type: Telogis.GeoBaseDistanceUnit
interpolationConstant
Type: SystemDouble

Return Value

Type: Double
See Also