Plane::Transform Method (Plane, Matrix4x4)
Transforms a normalized plane by a 4x4 matrix.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- plane
- Type: System.Numerics::Plane
The normalized plane to transform.
- matrix
- Type: System.Numerics::Matrix4x4
The transformation matrix to apply to plane.
plane must already be normalized so that its Normal vector is of unit length before this method is called.
Show: