Click or drag to resize

Vector2TransformNormal Method

Overload List
 NameDescription
Public methodStatic memberTransformNormal(Vector2, Matrix44) Creates a new Vector2 that contains a transformation of the specified normal by the specified Matrix44.
Public methodStatic memberTransformNormal(Vector2, Matrix44, Vector2) Creates a new Vector2 that contains a transformation of the specified normal by the specified Matrix44.
Public methodStatic memberTransformNormal(Vector2, Matrix44, Vector2) Apply transformation on all normals within array of Vector2 by the specified Matrix44 and places the results in an another array.
Public methodStatic memberTransformNormal(Vector2, Int32, Matrix44, Vector2, Int32, Int32) Apply transformation on normals within array of Vector2 by the specified Matrix44 and places the results in an another array.
Top
See Also