Plane Constructor (Single, Single, Single, Single)
Creates a Plane object from the X, Y, and Z components of its normal, and its distance from the origin on that normal.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- x
- Type: System::Single
The X component of the normal.
- y
- Type: System::Single
The Y component of the normal.
- z
- Type: System::Single
The Z component of the normal.
- d
- Type: System::Single
The distance of the plane along its normal from the origin.
Show: