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