Crate delaunay

Source
Expand description

§Delaunay Triangulation

I no longer maintain this library, fill an issue here, and I will transfer the package to you.

Structs§

Triangulation

Functions§

triangulate_2d_f32
Triangulate a set of 2D points. Returns the delaunay2f32 for the input points. For the degenerated case when all points are collinear, returns an empty delaunay2f32 where all points are in the hull.
triangulate_2d_f64
Triangulate a set of 2D points. Returns the delaunay2f64 for the input points. For the degenerated case when all points are collinear, returns an empty delaunay2f64 where all points are in the hull.