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: 25.1.421.0 (25.1.421.0)
Syntaxpublic static double ZeroToTwoPi(
double angle
)
Public Shared Function ZeroToTwoPi (
angle As Double
) As Double
public:
static double ZeroToTwoPi(
double angle
)
static member ZeroToTwoPi :
angle : float -> float
Parameters
- angle
- Type: System.Double
The angle to be adjusted.
Return Value
Type:
DoubleThe adjusted angle.
See Also