Click or drag to resize
Vector3AbsMax Method

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

Returns the component of the vector, whose absolute value is largest of all the three components.

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public float AbsMax()

Return Value

Type: Single

[Missing <returns> documentation for "M:VRageMath.Vector3.AbsMax"]

See Also