# d3-delaunay **Repository Path**: mirrors_d3/d3-delaunay ## Basic Information - **Project Name**: d3-delaunay - **Description**: Compute the Voronoi diagram of a set of two-dimensional points. - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # d3-delaunay This is a fast library for computing the [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) of a set of two-dimensional points. It is based on [Delaunator](https://github.com/mapbox/delaunator), a fast library for computing the [Delaunay triangulation](https://en.wikipedia.org/wiki/Delaunay_triangulation) using [sweep algorithms](https://github.com/mapbox/delaunator/blob/master/README.md#papers). The Voronoi diagram is constructed by connecting the circumcenters of adjacent triangles in the Delaunay triangulation. ## Resources - [Documentation](https://d3js.org/d3-delaunay) - [Examples](https://observablehq.com/collection/@d3/d3-delaunay) - [Releases](https://github.com/d3/d3-delaunay/releases) - [Getting help](https://d3js.org/community)