Click or drag to resize

Vector4Transform Method

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