Sdílet prostřednictvím


Vector2.Transform Method (Vector2[], Int32, Quaternion, Vector2 , Int32, Int32)

Transforms a specified range in an array of Vector2s by a specified Quaternion and places the results in a specified range in a destination array.

Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

Syntax

public static void Transform (
         Vector2[] sourceArray,
         int sourceIndex,
         ref Quaternion rotation,
         Vector2[] destinationArray,
         int destinationIndex,
         int length
)

Parameters

  • sourceArray
    The source array.
  • sourceIndex
    The index of the first Vector2 to transform in the source array.
  • rotation
    The Quaternion rotation to apply.
  • destinationArray
    The destination array into which the resulting Vector2s are written.
  • destinationIndex
    The index of the position in the destination array where the first result Vector2 should be written.
  • length
    The number of Vector2s to be transformed.

See Also

Reference

Vector2 Structure
Vector2 Members
Microsoft.Xna.Framework Namespace

Platforms

Xbox 360, Windows XP SP2, Windows Vista