Click or drag to resize
Vector3Transform Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodStatic memberTransform(Vector3, Matrix)
Transforms a 3D vector by the given matrix.
Public methodStatic memberTransform(Vector3, Matrix)
Public methodStatic memberTransform(Vector3, MatrixD)
Transforms a 3D vector by the given matrix.
Public methodStatic memberTransform(Vector3, Quaternion)
Transforms a Vector3 by a specified Quaternion rotation.
Public methodStatic memberTransform(Vector3, Matrix, Vector3)
Transforms a Vector3 by the given Matrix.
Public methodStatic memberTransform(Vector3, MatrixI, Vector3)
Public methodStatic memberTransform(Vector3, Quaternion, Vector3)
Transforms a Vector3 by a specified Quaternion rotation.
Public methodStatic memberTransform(Vector3, Matrix, Vector3)
Transforms a source array of Vector3s by a specified Matrix and writes the results to an existing destination array.
Public methodStatic memberTransform(Vector3, Quaternion, Vector3)
Transforms a source array of Vector3s by a specified Quaternion rotation and writes the results to an existing destination array.
Public methodStatic memberTransform(Vector3, Int32, Matrix, Vector3, Int32, Int32)
Applies a specified transform Matrix to a specified range of an array of Vector3s and writes the results into a specified range of a destination array.
Public methodStatic memberTransform(Vector3, Int32, Quaternion, Vector3, Int32, Int32)
Applies a specified Quaternion rotation to a specified range of an array of Vector3s and writes the results into a specified range of a destination array.
Top
See Also