All examples By author By category About

Andrew-Reid

Voronoi - voronoi.findAll()

This bl.ock uses a modified version of d3.voronoi (see here) to demonstrate a potential method to find all sites within a given distance of a point.

Essentially, it the same as voronoi.find(x,y,radius) except:

*returns all sites within the search radius
*requires a radius parameter