Matrix4x4::Transform Method
Transforms the specified matrix by applying the specified Quaternion rotation.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- value
- Type: System.Numerics::Matrix4x4
The matrix to transform.
- rotation
- Type: System.Numerics::Quaternion
The rotation t apply.
Show: