Plane Constructor (Vector3, Single)
Creates a Plane object from a specified normal and the distance along the normal from the origin.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- normal
- Type: System.Numerics::Vector3
The plane's normal vector.
- d
- Type: System::Single
The plane's distance from the origin along its normal vector.
Show: