Click or drag to resize

AnglesClamp Method

Restricts the current instance of Angles to be within a specified range.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void Clamp(
	Angles min,
	Angles max
)

Parameters

min  Angles
The minimum value.
max  Angles
The maximum value.
See Also