Creates new XPlane class instance.

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

Syntax

C#
public XPlane(
	Vector3 normal,
	Vector3 point
)

Parameters

normal
Type: Vector3
The plane normal.
point
Type: Vector3
The plane reference point.

See Also