Compares if this angle is less than another angle.
- Parameters
-
other | The angle to compare with |
- Returns
- true if this angle is less than the other angle, false otherwise
- Warning
- Due to the wrap-around nature of angles, this comparison may lead to unexpected results if angles are near the wrap-around point (0/360 degrees). For example, 359° would be considered less than 1° in the raw representation, even though they are only 2° apart across the wrap-around boundary.
- Note
- This is most useful when comparing angles within the same quadrant or when the angles are known to be within 180 degrees of each other.