kdtree icon indicating copy to clipboard operation
kdtree copied to clipboard

Add orthogonal range searching

Open gpetters94 opened this issue 7 years ago • 0 comments

I've extended this library for a project I'm doing and figured I'd upstream the changes.

It's nothing special - just some basic orthogonal range searching. Given two points, the function iteratively searches the tree and returns all nodes that fall in or on the hyperrectangle defined by the points.

gpetters94 avatar Mar 25 '19 20:03 gpetters94