edge
  • References/JavaScript/D3.js/Voronoi

edge Each edge in the diagram is an array [[x0, y0], [x1, y1]] with two additional properties:

2025-01-10 15:47:30
cell
  • References/JavaScript/D3.js/Voronoi

cell Each cell in the diagram is an object with the following properties: site -

2025-01-10 15:47:30
site
  • References/JavaScript/D3.js/Voronoi

site Each site in the diagram is an array [x, y] with two additional properties:

2025-01-10 15:47:30
voronoi.triangles()
  • References/JavaScript/D3.js/Voronoi

voronoi.triangles(data) Returns the Delaunay triangulation of the specified data array as an array of triangles

2025-01-10 15:47:30
diagram.polygons()
  • References/JavaScript/D3.js/Voronoi

diagram.polygons() Returns an array of polygons clipped to the

2025-01-10 15:47:30
voronoi.polygons()
  • References/JavaScript/D3.js/Voronoi

voronoi.polygons(data) Returns an array of polygons, one for each input point in the specified data points

2025-01-10 15:47:30
voronoi.links()
  • References/JavaScript/D3.js/Voronoi

voronoi.links(data) Returns the Delaunay triangulation of the specified data array as an array of links. Each

2025-01-10 15:47:30
diagram.triangles()
  • References/JavaScript/D3.js/Voronoi

diagram.triangles() Returns the Delaunay triangulation of the specified data array as an array of triangles. Each

2025-01-10 15:47:30
d3.voronoi()
  • References/JavaScript/D3.js/Voronoi

d3.voronoi() Creates a new Voronoi layout with default

2025-01-10 15:47:30
voronoi()
  • References/JavaScript/D3.js/Voronoi

voronoi(data) Computes the Voronoi diagram for the

2025-01-10 15:47:30