Calculates the distance of the point point from the plane.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public float GetDistance(
	Vector3 point
)

Parameters

point
Type: Vector3
The Vector3 point in the space.

Return Value

Returns the distance from the plane.

See Also