2 unstable releases
Uses old Rust 2015
0.2.0 | May 29, 2019 |
---|---|
0.1.0 | Dec 2, 2017 |
#16 in #quad-tree
5,287 downloads per month
Used in 4 crates
24KB
568 lines
A simple spacial partitioning data structure that allows fast queries for 2-dimensional objects.
As the name implies, the tree is a mapping from axis-aligned-bounding-box => object.
Dependencies
~2.5MB
~63K SLoC