Expand description
A Rust port of the Earcut polygon triangulation library.
Modules§
Structs§
- Earcut
- Instance of the earcut algorithm.
Traits§
- Index
- Index of a vertex
Functions§
- deviation
- Returns a percentage difference between the polygon area and its triangulation area; used to verify correctness of triangulation