Crate earcut

Source
Expand description

A Rust port of the Earcut polygon triangulation library.

Modules§

utils3d

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