Click or drag to resize

Vector3Min Method

Returns the Vector3d with the minimum magnitude

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

Parameters

left
Type: Internal.Net3dBoolVector3
Left operand
right
Type: Internal.Net3dBoolVector3
Right operand

Return Value

Type: Vector3
The minimum Vector3
See Also