Plane Constructor (Vector4)
Creates a Plane object from a specified four-dimensional vector.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- value
- Type: System.Numerics::Vector4
A vector whose first three elements describe the normal vector, and whose Vector4::W defines the distance along that normal from the origin.
Show: