Vector3.TransformNormal Method
Transforms a vector normal by a matrix.
Overload List
Name | Description |
---|---|
Vector3.TransformNormal (Vector3, Matrix) | Transforms a 3D vector normal by a matrix. |
Vector3.TransformNormal (Vector3, Matrix, Vector3) | Transforms a vector normal by a matrix. |
Vector3.TransformNormal (Vector3[], Int32, Matrix, Vector3[], Int32, Int32) | Transforms a specified range in an array of 3D vector normals by a specified Matrix and writes the results to a specified range in a destination array. |
Vector3.TransformNormal (Vector3[], Matrix, Vector3[]) | Transforms an array of 3D vector normals by a specified Matrix. |
See Also
Reference
Vector3 Structure
Vector3 Members
Microsoft.Xna.Framework Namespace