This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 435
fa9bb88c 9f11 24b0 4e56 17af7ed48e38
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Normalizes the value of an angle in degrees between [0, 360[.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static double NormalizeAngle(
double angle
)
VB
Public Shared Function NormalizeAngle (
angle As Double
) As Double
C++
public:
static double NormalizeAngle(
double angle
)
F#
static member NormalizeAngle :
angle : float -> float
- Double
- Angle in degrees.
Double
The equivalent angle in the range [0, 360[.
Negative angles will be converted to its positive equivalent.