Plane Constructor (Vector3D, Single)Delta Engine Documentation
Initializes a new instance of the Plane class

Namespace: DeltaEngine.Datatypes
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public Plane(
	Vector3D normal,
	float distance
)
See Also