- Methods
#to_ary
and#to_a
for Geom2D::Rectangle
- Class Geom2D::Rectangle for a more compact rectangle representation
- Require at least Ruby 2.6
- Removed debug statements
- Fix compatibility problem with Ruby 2.4
- Make Segment#intersect ~1.71x faster by avoiding unnecessary object creation
- Refactor and simplify the sorted list implementation used by the polygon operations, making the latter ~1.15x faster
- Fix off-by-one error in Polygon#ccw? calculation
- Initial release