Function voronator::delaunator::triangulate[][src]

pub fn triangulate(points: &[Point]) -> Option<Triangulation>
Expand description

Calculates the Delaunay triangulation, if it exists, for a given set of 2D points

Arguments

  • points - The set of points