SpatialTree.Node

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

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

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

Meta