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

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

Transforms a Vector3 by the given Matrix.

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

Parameters

position
Type: VRageMathVector3
The source Vector3.
matrix
Type: Matrix
The transformation Matrix.
result
Type: VRageMathVector3
[OutAttribute] The transformed vector.
See Also