Click or drag to resize
Vector3.Transform Method (Vector3[], Quaternion,Vector3[])

[This is preliminary documentation and is subject to change.]

Transforms a source array of Vector3s by a specified Quaternion rotation and writes the results to an existing destination array.

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public static void Transform(
	Vector3[] sourceArray,
	ref Quaternion rotation,
	Vector3[] destinationArray
)

Parameters

sourceArray
Type:VRageMath.Vector3[]
The source array.
rotation
Type: Quaternion
The Quaternion rotation to apply.
destinationArray
Type:VRageMath.Vector3[]
An existing destination array into which the transformed Vector3s are written.
See Also