Expand description
Contains the tree struct, which is used to hold all chunks
Structs§
- Traverse
Iter - Helper to perform breadth-first traverse of tree’s nodes.
- Tree
- Tree holding the actual data permanently in memory. This is arguably “too generic”, and one should use provided OctTree and QuadTree types when possible.
Enums§
Functions§
- traverse
- Construct an itreator that traverses a subtree in nodes that begins in start (including start itself).