Click or drag to resize

Vector3Transform Method

Overload List
 NameDescription
Public methodStatic memberTransform(Vector3, Matrix44) Creates a new Vector3 that contains a transformation of 3d-vector by the specified Matrix44.
Public methodStatic memberTransform(Vector3, Quaternion) Creates a new Vector3 that contains a transformation of 3d-vector by the specified Quaternion, representing the rotation.
Public methodStatic memberTransform(Vector3, Matrix44, Vector3) Creates a new Vector3 that contains a transformation of 3d-vector by the specified Matrix44.
Public methodStatic memberTransform(Vector3, Quaternion, Vector3) Creates a new Vector3 that contains a transformation of 3d-vector by the specified Quaternion, representing the rotation.
Public methodStatic memberTransform(Vector3, Matrix44, Vector3) Apply transformation on all vectors within array of Vector3 by the specified Matrix44 and places the results in an another array.
Public methodStatic memberTransform(Vector3, Quaternion, Vector3) Apply transformation on all vectors within array of Vector3 by the specified Quaternion and places the results in an another array.
Public methodStatic memberTransform(Vector3, Int32, Matrix44, Vector3, Int32, Int32) Apply transformation on vectors within array of Vector3 by the specified Matrix44 and places the results in an another array.
Public methodStatic memberTransform(Vector3, Int32, Quaternion, Vector3, Int32, Int32) Apply transformation on vectors within array of Vector3 by the specified Quaternion and places the results in an another array. Source array.The starting index of transformation in the source array.The Quaternion which contains rotation transformation.Destination array.The starting index in the destination array, where the first Vector3 should be written.The number of vectors to be transformed.
Top
See Also