d3 / d3-delaunay

Compute the Voronoi diagram of a set of two-dimensional points.
https://d3js.org/d3-delaunay
ISC License
611 stars 57 forks source link

how to get all edges of voronoi diagram? #94

Closed met-pub closed 5 years ago

met-pub commented 5 years ago

like https://github.com/d3/d3-voronoi#diagram edges or https://github.com/d3/d3-voronoi#edge

met-pub commented 5 years ago

I have found #91

Fil commented 5 years ago

This notebook might clarify how this can be done: https://observablehq.com/d/045ae1b3e80973dc

met-pub commented 5 years ago

Thanks @Fil