aabb-quadtree 0.2.0

A quadtree that maps bounding-boxes to elements
Documentation
  • Coverage
  • 100%
    20 out of 20 items documented0 out of 18 items with examples
  • Size
  • Source code size: 25.25 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.18 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • TyOverby

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.