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

pub fn triangulate<C: Coord + Vector<C>>(points: &[C]) -> Option<Triangulation>
Expand description

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

Arguments

  • points - The set of points