Expand description
§Delaunay Triangulation
I no longer maintain this library, fill an issue here, and I will transfer the package to you.
Structs§
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.