Click or drag to resize
Vector3Transform Method (Vector3, Quaternion, Vector3)

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

Transforms a Vector3 by a specified Quaternion rotation.

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public static void Transform(
	ref Vector3 value,
	ref Quaternion rotation,
	out Vector3 result
)

Parameters

value
Type: VRageMathVector3
The Vector3 to rotate.
rotation
Type: Quaternion
The Quaternion rotation to apply.
result
Type: VRageMathVector3
[OutAttribute] An existing Vector3 filled in with the results of the rotation.
See Also