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