d3-delaunay

Compute the Voronoi diagram of a set of two-dimensional points.

ISC License

Downloads
11.3M
Stars
608
Committers
8

d3-delaunay

This is a fast library for computing the Voronoi diagram of a set of two-dimensional points. It is based on Delaunator, a fast library for computing the Delaunay triangulation using sweep algorithms. The Voronoi diagram is constructed by connecting the circumcenters of adjacent triangles in the Delaunay triangulation.

Resources