mapbox / delaunator

An incredibly fast JavaScript library for Delaunay triangulation of 2D points
https://mapbox.github.io/delaunator/
ISC License
2.24k stars 139 forks source link

How can I voronoi hull edges ? #71

Closed waveware4ai closed 3 years ago

waveware4ai commented 3 years ago

I want to get a voronoi centroid outlines as hull edges. how can I do ???

Fil commented 3 years ago

This module doesn't do voronoi, see d3-delaunay instead (d3-delaunay is based on Delaunator).