CADability dotNET
Returns the distance of the two 2d points.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static double Dist(
	GeoPoint2D FirstPoint,
	GeoPoint2D SecondPoint
)
Visual Basic
Public Shared Function Dist ( _
	FirstPoint As GeoPoint2D, _
	SecondPoint As GeoPoint2D _
) As Double
Visual C++
public:
static double Dist(
	GeoPoint2D FirstPoint, 
	GeoPoint2D SecondPoint
)

Parameters

FirstPoint
Type: CADability..::..GeoPoint2D
1. point
SecondPoint
Type: CADability..::..GeoPoint2D
2. point

Return Value

distance

See Also