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
11
#![no_std]
extern crate alloc;

pub mod advanced;
pub mod float;
pub mod geom;
mod index;
pub mod int;
pub mod tessellation;

pub use i_overlay;