node-d3-delaunay

Node.js fast library for computing the Voronoi diagram
  https://github.com/d3/d3-delaunay
  0
  no reviews



Node-d3-delaunay is a fast library for computing the Voronoi diagram of a set of two-dimensional points. It is based on included node-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.