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

[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 Vector3D Transform(
	Vector3 position,
	MatrixD matrix
)

Parameters

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

Return Value

Type: Vector3D

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

See Also