Vector2.TransformNormal Method
XNA Game Studio 3.0
Transforms a vector normal or array of vector normals by a matrix.
| 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. |