TrigNegativePiToPi Method |
Produces an angle in the range -π < angle <= π which is equivalent to the provided angle.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static double NegativePiToPi(
double angle
)
Public Shared Function NegativePiToPi (
angle As Double
) As Double
public:
static double NegativePiToPi(
double angle
)
static member NegativePiToPi :
angle : float -> float
Parameters
- angle
- Type: SystemDouble
The angle to be adjusted.
Return Value
Type:
DoubleThe adjusted angle.
See Also