Module regular_octree

Source
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.