Expand description
Tree, bounding box and BarnesHut implementation details.
Re-exports§
pub use partition::*;
Modules§
- partition
- Bounding box related traits and types.
Structs§
- Tree
- Generic tree that can partition space into smaller regions.
Enums§
- Node
- Node for trees that can either be internal and containing data or external and containing no data.