GeometryUtilNormalizeAngleDegrees 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 NormalizeAngleDegrees(
	float degrees
)

Parameters

degrees  Single
The angle to normalize, in degrees.

Return Value

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

See Also