Releases: nighthawk/ASPolygonKit
Releases · nighthawk/ASPolygonKit
0.5.0
0.4.2
- Expose more functionality publicly
Full Changelog: 0.4.1...0.4.2
0.4.1: Robustness
Polygon union fixes (#5)
- Allow intersections that are right on a polygon corner
- Increase precision of point equality checks
- Make sure polygons are clockwise before unifying
Also: Refactoring, debugging help, turning polygons into encoded
polylines, and GeoJSON, and outputting steps along the way and more
details for tests
0.4.0
- [Change] Throw errors up the chain (this changes the public API by making functions throwing)
- [Change] Return whether a polygon was merged or not
- [Fix] If A can't be merged into B as B couldn't find a point outside, try the other way around.
Previously:
- [New] Allow accessing
Polygon.points
(0.3.1)