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

Functions

  • 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 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.