i_triangle 0.42.0

Polygon Triangulation Library: Efficient Delaunay Triangulation for Complex Shapes.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod builder;
pub mod centroid_net;
pub mod circumcenter;
pub mod convex;
pub mod custom;
pub mod delaunay;
pub mod triangulatable;
pub mod triangulation;
pub mod triangulator;
pub mod unchecked;