mirror of
https://github.com/d3/d3-delaunay.git
synced 2026-03-19 23:54:18 +00:00
Compute the Voronoi diagram of a set of two-dimensional points.
https://d3js.org/d3-delaunay
| .github | ||
| img | ||
| src | ||
| test | ||
| .eslintrc.json | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| yarn.lock | ||
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.