NearestNeighbors.jl
NearestNeighbors.jl copied to clipboard
add inrect() query
Commonly called "range search" (https://en.wikipedia.org/wiki/Range_searching), but NN.jl already has inrange that selects points within a circle - so I call the new function inrect.
bump