Crate ntree

Source
Expand description

A generic, n-dimensional quadtree for fast neighbor lookups on multiple axes.

Structs§

NTree
A quadtree-like structure, but for arbitrary arity.
RangeQuery
An iterator over the points within a region.

Traits§

Region
The required interface for Regions in this n-tree.