Vector3Transform Method |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
Transform(Vector3, Matrix) |
Transforms a 3D vector by the given matrix.
| |
Transform(Vector3, Matrix) | ||
Transform(Vector3, MatrixD) |
Transforms a 3D vector by the given matrix.
| |
Transform(Vector3, Quaternion) |
Transforms a Vector3 by a specified Quaternion rotation.
| |
Transform(Vector3, Matrix, Vector3) |
Transforms a Vector3 by the given Matrix.
| |
Transform(Vector3, MatrixI, Vector3) | ||
Transform(Vector3, Quaternion, Vector3) |
Transforms a Vector3 by a specified Quaternion rotation.
| |
Transform(Vector3, Matrix, Vector3) |
Transforms a source array of Vector3s by a specified Matrix and writes the results to an existing destination array.
| |
Transform(Vector3, Quaternion, Vector3) |
Transforms a source array of Vector3s by a specified Quaternion rotation and writes the results to an existing destination array.
| |
Transform(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.
| |
Transform(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.
|