Vector4::Transform Method
Transforms a vector.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Transform(Vector2, Matrix4x4) | Transforms a two-dimensional vector by a specified 4x4 matrix. |
|
Transform(Vector2, Quaternion) | Transforms a two-dimensional vector by the specified Quaternion rotation value. |
|
Transform(Vector3, Matrix4x4) | Transforms a three-dimensional vector by a specified 4x4 matrix. |
|
Transform(Vector3, Quaternion) | Transforms a three-dimensional vector by the specified Quaternion rotation value. |
|
Transform(Vector4, Matrix4x4) | Transforms a four-dimensional vector by a specified 4x4 matrix. |
|
Transform(Vector4, Quaternion) | Transforms a four-dimensional vector by the specified Quaternion rotation value. |
Show: