Click or drag to resize

Vector2Transform Method

Overload List
 NameDescription
Public methodStatic memberTransform(Vector2, Matrix44) Creates a new Vector2 that contains a transformation of 2d-vector by the specified Matrix44.
Public methodStatic memberTransform(Vector2, Quaternion) Creates a new Vector2 that contains a transformation of 2d-vector by the specified Quaternion, representing the rotation.
Public methodStatic memberTransform(Vector2, Matrix44, Vector2) Creates a new Vector2 that contains a transformation of 2d-vector by the specified Matrix44.
Public methodStatic memberTransform(Vector2, Quaternion, Vector2) Creates a new Vector2 that contains a transformation of 2d-vector by the specified Quaternion, representing the rotation.
Public methodStatic memberTransform(Vector2, Matrix44, Vector2) Apply transformation on all vectors within array of Vector2 by the specified Matrix44 and places the results in an another array.
Public methodStatic memberTransform(Vector2, Quaternion, Vector2) Apply transformation on all vectors within array of Vector2 by the specified Quaternion and places the results in an another array.
Public methodStatic memberTransform(Vector2, Int32, Matrix44, Vector2, Int32, Int32) Apply transformation on vectors within array of Vector2 by the specified Matrix44 and places the results in an another array.
Public methodStatic memberTransform(Vector2, Int32, Quaternion, Vector2, Int32, Int32) Apply transformation on vectors within array of Vector2 by the specified Quaternion and places the results in an another array.
Top
See Also