[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
Transform(Vector3, Matrix) |
Transforms a 3D vector by the given Matrix.
| |
Transform(Vector3, Quaternion) |
Transforms a 3D vector by the given Quaternion rotation.
| |
Transform(Vector3, Matrix) |
Transforms an array of 3D vectors by the given Matrix.
| |
Transform(Vector3, Quaternion) |
Transforms an array of 3D vectors by the given Quaternion rotation.
| |
Transform(Vector3, Matrix, Vector4) |
Transforms a 3D vector by the given Matrix.
| |
Transform(Vector3, Quaternion, Vector4) |
Transforms a 3D vector by the given Quaternion rotation.
| |
Transform(Vector3, Matrix, Vector4) |
Transforms an array of 3D vectors by the given Matrix.
| |
Transform(Vector3*, Matrix*, Vector4*, Int32) |
Transforms an array of 3D vectors by the given Matrix.
| |
Transform(Vector3, Matrix, Vector4, Int32, Int32) |
Transforms an array of 3D vectors by the given Matrix.
| |
Transform(Vector3*, Int32, Matrix*, Vector4*, Int32, Int32) |
Transforms an array of 3D vectors by the given Matrix.
|
See Also