Click or drag to resize
Vector3DominantAxisProjection Method (Vector3)

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

Returns a vector that is equal to the projection of the input vector to the coordinate axis that corresponds to the original vector's largest value.

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public static Vector3 DominantAxisProjection(
	Vector3 value1
)

Parameters

value1
Type: VRageMathVector3
Source vector.

Return Value

Type: Vector3

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

See Also