Click or drag to resize

Vector3Max Method

Returns the Vector3d with the minimum magnitude

Namespace: Internal.Net3dBool
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Vector3 Max(
	Vector3 left,
	Vector3 right
)

Parameters

left  Vector3
Left operand
right  Vector3
Right operand

Return Value

Vector3
The minimum Vector3
See Also