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