Octree ====== Octree is an acceleration structure used to partition a 3D space. Functions --------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Description * - :doc:`/types/Octree/constructor/index` - Constructs an Octree. * - :doc:`/types/Octree/execute/index` - Executes a function on all elements of the Octree. * - :doc:`/types/Octree/insert/index` - Inserts an element in the Octree. .. toctree:: :hidden: ./constructor/index.rst ./execute/index.rst ./insert/index.rst ./Entry/index.rst