1 unstable release
Uses old Rust 2015
| 0.1.0 | Mar 5, 2016 |
|---|
#5 in #arity
16KB
328 lines
A generic, n-dimensional quadtree for fast neighbor lookups on multiple axes.
N-Tree
A quadtree-like structure of arbitrary arity
Overview
Provides the Region trait and NTree type, usable for quickly indexing
data based on multiple attributes and finding nearest neighbors by many
metrics, such as 3-dimensional collision detection.
Examples
See the test fixtures for an example quadtree implementation created as a simple specialization of n-tree.
Dependencies
~4–280KB