cell Each cell in the diagram is an object with the following properties: site -
edge Each edge in the diagram is an array [[x0, y0], [x1, y1]] with two additional properties:
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:
voronoi.triangles(data) Returns the Delaunay triangulation of the specified data array as an array of triangles
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
voronoi.links(data) Returns the Delaunay triangulation of the specified data array as an array of links. Each
Page 1 of 2