Closed rhannequin closed 7 months ago
This enables the opposite form of an angle.
angle = Astronoby::Angle.from_degrees(90) negative_angle = -angle negative_angle == Astronoby::Angle.from_degrees(-90) # => true
This enables the opposite form of an angle.