Expand description
A generic, n-dimensional quadtree for fast neighbor lookups on multiple axes.
Structs§
- NTree
- A quadtree-like structure, but for arbitrary arity.
- Range
Query - An iterator over the points within a region.
Traits§
- Region
- The required interface for Regions in this n-tree.