Initializes a new instance of the
Plane class
Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public Plane(
Vector3D normal,
float distance
)
public Plane(
Vector3D normal,
float distance
)
Public Sub New (
normal As Vector3D,
distance As Single
)
Public Sub New (
normal As Vector3D,
distance As Single
)
public:
Plane(
Vector3D normal,
float distance
)
public:
Plane(
Vector3D normal,
float distance
)
new :
normal : Vector3D *
distance : float32 -> Plane
new :
normal : Vector3D *
distance : float32 -> Plane