Vector2.TransformNormal Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Transforms a vector normal or array of vector normals by a matrix.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TransformNormal(Vector2, Matrix) | Transforms a 2D vector normal by a matrix. | |
TransformNormal(Vector2%, Matrix%, Vector2%) | Transforms a 2D vector normal by a matrix. | |
TransformNormal(array<Vector2[], Matrix%, array<Vector2[]) | Transforms an array of Vector2 vector normals by a specified Matrix. | |
TransformNormal(array<Vector2[], Int32, Matrix%, array<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. |
Top