Returns the normalized angle.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static double NormalizeAngle(
	double angle
)

Parameters

angle
Type: System..::.Double
An angle, measured in radians.

Return Value

The normalized angle in radians in the range (-PI,+PI> and corresponds to angle.

See Also