Skip to content

Release

Latest
Compare
Choose a tag to compare
@StefanJohnsen StefanJohnsen released this 27 Sep 21:09
· 9 commits to main since this release
e2229d3

In this latest 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.