gorhill / Javascript-Voronoi

A Javascript implementation of Fortune's algorithm to compute Voronoi cells
http://www.raymondhill.net/voronoi/
Other
1.03k stars 166 forks source link

How would one check if a point is within a given cell? #38

Closed jcdhan1 closed 5 years ago

jcdhan1 commented 5 years ago

So a site has its own cell. How would one detect if a given (x,y) coordinate lies within that cell?