Module quadtree

Source

Structs§

QuadTree
Quadrilateral (quad) tree is used for space partitioning and fast spatial queries.

Enums§

QuadTreeBuildError
An error, that may occur during the build of the quad tree.

Traits§

BoundsProvider
A trait for anything that has rectangular bounds.
QueryStorage
Arbitrary storage for query results.