Click or drag to resize

TrigZeroToTwoPi Method

Produces an angle in the range 0 <= angle < 2π which is equivalent to the provided angle.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static double ZeroToTwoPi(
	double angle
)

Parameters

angle
Type: SystemDouble
The angle to be adjusted.

Return Value

Type: Double
The adjusted angle.
See Also