d3 / d3-voronoi

Compute the Voronoi diagram of a set of two-dimensional points.
Other
249 stars 60 forks source link

triangles() and extent() #19

Closed Fil closed 8 years ago

Fil commented 8 years ago

fixes #11

mbostock commented 8 years ago

Implementation looks good. Mind adding a test?

Fil commented 8 years ago

Test added.

mbostock commented 8 years ago

Excellent! Thank you.