GeometryUtilNormalizeAngleRadians Method

Return the normalized representation of an angle within one full sweep of 360 degrees.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static float NormalizeAngleRadians(
	float radians
)

Parameters

radians  Single
The angle to normalize, in radians.

Return Value

Single
Representation of the caller's angle, normalized to one full sweep, in radians.

See Also