This topic has not yet been rated - Rate this topic

Vector2.TransformNormal Method

Transforms a vector normal or array of vector normals by a matrix.
NameDescription
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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.