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

[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 Vector3 Transform(
	Vector3 value,
	Quaternion rotation
)

Parameters

value
Type: VRageMathVector3
The Vector3 to rotate.
rotation
Type: Quaternion
The Quaternion rotation to apply.

Return Value

Type: Vector3

[Missing <returns> documentation for "M:VRageMath.Vector3.Transform(VRageMath.Vector3,VRageMath.Quaternion)"]

See Also