mutils.container.spatialtree

Undocumented in source.

Members

Structs

SpatialTree
struct SpatialTree(ubyte dimension, T, bool loose = false, ubyte maxLevel = 8)

Implementation of QuadTree and OcTree, with loose bounds and without Loose octree requires from type T to have member pos and radius, it can be function or variable.

Templates

OcTree
template OcTree(T, bool loose = false, ubyte maxLevel = 8)
Undocumented in source.
QuadTree
template QuadTree(T, bool loose = false, ubyte maxLevel = 8)
Undocumented in source.

Meta