CADability dotNET
Returns the signed distance of the point from the plane. The direction of the normal vector of the plane determins the sign of the result.

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

Syntax

C#
public double Distance(
	GeoPoint p
)
Visual Basic
Public Function Distance ( _
	p As GeoPoint _
) As Double
Visual C++
public:
double Distance(
	GeoPoint p
)

Parameters

p
Type: CADability..::..GeoPoint
the point

Return Value

the distance

See Also