Vector3::TransformNormal Method
Transforms a vector normal by the given 4x4 matrix.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- normal
- Type: System.Numerics::Vector3
The source vector.
- matrix
- Type: System.Numerics::Matrix4x4
The matrix.
Show: