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

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

Syntax

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

Parameters

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

Return Value

distance

See Also