poly_collisions 1.4.0
poly_collisions: ^1.4.0 copied to clipboard
Polygon collision detection algorithms for Convex Polygons (using S.A.T.) and also for concave polygons using a simple algorithm.
1.0.0 20/July/2020 #
- Initial release Function available: doesOverlap() and isPointInPolygon().
1.1.0 20/July/2020 #
- Minor Tweaks.
1.2.0 20/July/2020 #
- Added isConvexPolygon() Function and the ability to feed concave polygons too.
1.3.0 24/July/2021 #
- Updated for null safety.
1.4.0 25/July/2021 #
- Actually added null safety.