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

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

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

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

Parameters

position
Type: VRageMathVector3

[Missing <param name="position"/> documentation for "M:VRageMath.Vector3.Transform(VRageMath.Vector3,VRageMath.Matrix@)"]

matrix
Type: Matrix

[Missing <param name="matrix"/> documentation for "M:VRageMath.Vector3.Transform(VRageMath.Vector3,VRageMath.Matrix@)"]

Return Value

Type: Vector3

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

See Also