Expand description
Data structures and functions for regular octrees.
This module implements a regular Octree data structure. A regular tree subdivides uniformly on all levels. To avoid dealing with many empty boxes only the non-empty leaf boxes are actually being stored.
Functionsยง
- regular_
octree - Create a regular Octree.
- regular_
octree_ with_ bounding_ box - Create a regular Octree with given bounding box.