SearchTrees (version 0.1.6)
Description
This package provides an implementation of the QuadTree
data structure. It uses this to implement fast k-Nearest
Neighbor and Rectangular range lookups in 2 dimenions. The
primary target is high performance interactive graphics.