Creates new XPlane class instance.

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

Syntax

C#
public XPlane(
	Vector3 normal,
	float d
)

Parameters

normal
Type: Vector3
The plane normal.
d
Type: System..::.Single
The "D" parameter of the line scalar equation. More, see D.

See Also