SpatialTree.Node

Undocumented in source.
struct SpatialTree(ubyte dimension, T, bool loose = false, ubyte maxLevel = 8)
static
struct Node {}

Members

Variables

child
Node* child;
Undocumented in source.
dataContainer
DataContainer!T dataContainer;
Undocumented in source.

Meta