Restricts the current instance of
Angles to be within a specified range.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void Clamp(
Angles min,
Angles max
)
Parameters
- min
- Type: NeoAxisAngles
The minimum value. - max
- Type: NeoAxisAngles
The maximum value.
See Also