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