Click or drag to resize
AnglesClampAngle Method
Clamps the angle to -Pi and Pi.

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static float ClampAngle(
	float angle
)

Parameters

angle
Type: SystemSingle
Angle (in radians).

Return Value

Type: Single
Clamped angle (in radians).
See Also