Module tree

Module tree 

Source
Expand description

Contains the tree struct, which is used to hold all chunks

Structs§

TraverseIter
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§

Entry

Functions§

traverse
Construct an itreator that traverses a subtree in nodes that begins in start (including start itself).

Type Aliases§

OctTree
QuadTree