Releases: emilyselwood/polygonical
Releases · emilyselwood/polygonical
v0.5.0
What's Changed
- Points types by @emilyselwood in #7
- usage improvements by @emilyselwood in #9
Full Changelog: v0.3.0...v0.5.0
Note: 0.4.0 was missed as a github release, it does exist on crates.io, and only contains the point type change from this.
v0.3.0
- Union of polygons.
- Start of support for lines.
There is enough here that this might be useful now.
0.2.0 - rotating polygons and overlap detection
What's Changed
- rotating polygons by @emilyselwood in #2
- add examples to readme by @emilyselwood in #3
- Overlapping by @emilyselwood in #4
Full Changelog: v0.1.0...v0.2.0
first release
An inital release. Basic polygon functions, area, contains, translate. Basic points.