Click or drag to resize
Vector3Max Method

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

Returns the component of the vector that 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 Max()

Return Value

Type: Single

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

See Also