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