Skip to content

Release

Latest
Compare
Choose a tag to compare
@StefanJohnsen StefanJohnsen released this 27 Sep 20:18
· 2 commits to implement-earcut-algorithm since this release
4ea8e45

In this release, we've made significant advancements in our polygon triangulation capabilities. The previous version was primarily reliant on the fan triangulation algorithm, which was efficient for convex polygons but fell short when applied to concave polygons.

To address this, the new update introduces the integration of the "Ear Cut" algorithm, significantly expanding the tool's versatility. This innovative approach ensures accurate triangulation of both convex and concave polygons, marking a substantial improvement in the algorithm's robustness and application range.