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

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

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

Arguments

  • points - The set of points