Click or drag to resize
Vector3MaxAbsComponent Method

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

Keeps only component with maximal absolute, others are set to zero.

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

Return Value

Type: Vector3

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

See Also