Returns the Vector3d with the minimum magnitude
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Vector3 Min(
Vector3 left,
Vector3 right
)
Parameters
- left Vector3
- Left operand
- right Vector3
- Right operand
Return Value
Vector3The minimum Vector3
See Also