openrndr / orx

A growing library of assorted data structures, algorithms and utilities for OPENRNDR
https://openrndr.org
BSD 2-Clause "Simplified" License
121 stars 37 forks source link

support range query in kd-tree #201

Closed ylegall closed 2 years ago

ylegall commented 2 years ago

This updates the kd-tree with support for "range queries". For example, it enables findind all items within some radius. Also adds a demo.