Releases: bfoz/geometry
Releases · bfoz/geometry
Version 6.5
Version 6.4
- Added min, max, and minmax to Point
- Added minimal support for Bezier curves
- Added equality operators to Line
Version 6.3
- Added PointOne, PointIso, and SizeOne
- Added Annulus
- Bugfixes and cleanups
- Backfilled missing attributes for RegularPolygon
Version 6.2
This is a minor release that's mostly support for the Sketch gem.
- Added min, max, and minmax methods to Polyline, Square, and CenteredSquare
- Improved closing of Polylines
- Added a translate command to Transformation
- Tweaks to support non-Numeric values (i.e. the Units gem)
Version 6.1
- Many updates to Polygon and friends. Some of it actually works now.
- Rectangle requires keyword arguments, but is still compatible with Ruby 1.9.3
- Added Rectangle#inset
- Added methods for generating spokes and bisectors for Polygon and Polyline
- Added composition of transformations
- More stuff than I care to type here. See the commit logs.