Geda3.Sweep
Description:
Functions for operating on angles
Content:
Functions:
- public int from_angles (int a0, int a1)
Calculate the sweep between two angles
- public bool is_clockwise (int sweep)
Checks if the given sweep is clockwise
- public bool is_counterclockwise (int sweep)
Checks if the given sweep is counterclockwise
- public bool is_normal (int sweep)
Checks if the given sweep is normal
- public int normalize (int sweep)
Normalize a sweep angle
- public int reverse (int sweep)
Reverse the direction of a sweep