Restricts the current instance of
Vector3H to be within a specified range and returns the clamped value.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void Clamp(
Vector3H min,
Vector3H max
)
Parameters
- min Vector3H
- The minimum value.
- max Vector3H
- The maximum value.
Return Value
The clamped instance of
Vector3H.
See Also