TrigNormalizeRad Method

Normalize the number of radians to a single turn.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static float NormalizeRad(
	float angle
)

Parameters

angle  Single
Angle, in radians.

Return Value

Single
Angle, in radians, between 0 and 2pi.

See Also