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

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

Transforms a 3D vector by the given matrix.

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

Parameters

position
Type: VRageMathVector3
The source vector.
matrix
Type: Matrix
The transformation matrix.

Return Value

Type: Vector3

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

See Also