|
Transform(Vector2, Matrix) |
Transforms a Vector2 by the given Matrix. |
|
Transform(Vector2, Quaternion) |
Transforms a Vector2 by a specified Quaternion into a Vector4. |
|
Transform(Vector3, Matrix) |
Transforms a Vector3 by the given Matrix. |
|
Transform(Vector3, Quaternion) |
Transforms a Vector3 by a specified Quaternion into a Vector4. |
|
Transform(Vector4, Matrix) |
Transforms a Vector4 by the specified Matrix. |
|
Transform(Vector4, Quaternion) |
Transforms a Vector4 by a specified Quaternion. |
|
Transform(Vector2%, Matrix%, Vector4%) |
Transforms a Vector2 by the given Matrix. |
|
Transform(Vector2%, Quaternion%, Vector4%) |
Transforms a Vector2 by a specified Quaternion into a Vector4. |
|
Transform(Vector3%, Matrix%, Vector4%) |
Transforms a Vector3 by the given Matrix. |
|
Transform(Vector3%, Quaternion%, Vector4%) |
Transforms a Vector3 by a specified Quaternion into a Vector4. |
|
Transform(Vector4%, Matrix%, Vector4%) |
Transforms a Vector4 by the given Matrix. |
|
Transform(Vector4%, Quaternion%, Vector4%) |
Transforms a Vector4 by a specified Quaternion. |
|
Transform(array<Vector4[], Matrix%, array<Vector4[]) |
Transforms an array of Vector4s by a specified Matrix. |
|
Transform(array<Vector4[], Quaternion%, array<Vector4[]) |
Transforms an array of Vector4s by a specified Quaternion. |
|
Transform(array<Vector4[], Int32, Matrix%, array<Vector4[], Int32, Int32) |
Transforms a specified range in an array of Vector4s by a specified Matrix into a specified range in a destination array. |
|
Transform(array<Vector4[], Int32, Quaternion%, array<Vector4[], Int32, Int32) |
Transforms a specified range in an array of Vector4s by a specified Quaternion into a specified range in a destination array. |