edge Each edge in the diagram is an array [[x0, y0], [x1, y1]] with two additional properties:
voronoi.triangles(data) Returns the Delaunay triangulation of the specified data array as an array of triangles
diagram.polygons() Returns an array of polygons clipped to the
voronoi.polygons(data) Returns an array of polygons, one for each input point in the specified data points
site Each site in the diagram is an array [x, y] with two additional properties:
cell Each cell in the diagram is an object with the following properties: site -
diagram The computed Voronoi diagram returned by voronoi
diagram.triangles() Returns the Delaunay triangulation of the specified data array as an array of triangles. Each
d3.voronoi() Creates a new Voronoi layout with default
voronoi(data) Computes the Voronoi diagram for the
Page 1 of 2