Vector3.Transform Method (Vector3[], Matrix, Vector3 )
Transforms a source array of Vector3s by a specified Matrix and writes the results to an existing destination array.
Syntax
'Declaration
Public Shared Sub Transform ( _
sourceArray As Vector3(), _
ref matrix As Matrix, _
destinationArray As Vector3() _
)
public static void Transform (
Vector3[] sourceArray,
ref Matrix matrix,
Vector3[] destinationArray
)
public:
static void Transform(
Vector3 sourceArray[],
ref Matrix matrix,
Vector3 destinationArray[]
)
Parameters
- sourceArray
Type: Vector3
The source array. - matrix
Type: Matrix
The transform Matrix to apply. - destinationArray
Type: Vector3
An existing destination array into which the transformed Vector3s are written.
Exceptions
Exception type | Condition |
---|---|
ArgumentException | destinationArray is too small to contain the result. |
ArgumentNullException | sourceArray or destinationArray is null. |
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Vector3 Structure
Vector3 Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone