Click or drag to resize

Vector3ComponentMin Method (Vector3, Vector3)

Calculate the component-wise minimum of two vectors

Namespace:  Internal.Net3dBool
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Vector3 ComponentMin(
	Vector3 a,
	Vector3 b
)

Parameters

a
Type: Internal.Net3dBoolVector3
First operand
b
Type: Internal.Net3dBoolVector3
Second operand

Return Value

Type: Vector3
The component-wise minimum
See Also