Fast, header-only polygon triangulation
A C++ port of earcut.js, a fast, header-only polygon triangulation library. The library implements a modified ear slicing algorithm, optimized by z-order curve hashing and extended to handle holes, twisted polygons, degeneracies and self-intersections in a way that doesn’t guarantee correctness of triangulation, but attempts to always produce acceptable results for practical data like geographical shapes. It’s based on ideas from FIST: Fast Industrial-Strength Triangulation of Polygons by Martin Held and Triangulation by Ear Clipping by David Eberly.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.2.4-15.fc42 | - |
Fedora 41 | 2.2.4-13.fc41 | - |
Fedora 40 | 2.2.4-15.fc40 | - |
Fedora EPEL 9 | 2.2.4-8.el9 | - |
Fedora EPEL 8 | 2.2.4-4.el8 | - |
Fedora EPEL 10.0 | 2.2.4-15.el10_0 | - |
You can contact the maintainers of this package via email at
earcut-hpp dash maintainers at fedoraproject dot org
.