Click or drag to resize

Vector3HGetClamp Method

Restricts the current instance of Vector3H to be within a specified range and returns the clamped value.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Vector3H GetClamp(
	Vector3H min,
	Vector3H max
)

Parameters

min
Type: NeoAxisVector3H
The minimum value.
max
Type: NeoAxisVector3H
The maximum value.

Return Value

Type: Vector3H
The clamped instance of Vector3H.
See Also