Sdílet prostřednictvím


Vector4.Transform Method

Transforms one or more vectors by a specified Matrix or Quaternion and returns the results in Vector4 form.

Overload List

Name Description
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.

See Also

Reference

Vector4 Structure
Vector4 Members
Microsoft.Xna.Framework Namespace