Click or drag to resize

MathHelperClampAngle Method (Single)

Loop an angle around within a -360° to +360° range.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static float ClampAngle(
	float angle
)
Request Example View Source

Parameters

angle
Type: SystemSingle

Return Value

Type: Single
See Also