Crate delaunator[][src]

Structs

Point

Represents a 2D point in the input vector.

Triangulation

Result of the Delaunay triangulation.

Constants

EMPTY

Represents the area outside of the triangulation. Halfedges on the convex hull (which don't have an adjacent halfedge) will have this value.

Functions

next_halfedge

Next halfedge in a triangle.

prev_halfedge

Previous halfedge in a triangle.

triangulate

Triangulate a set of 2D points.