A tree data structure.
Optional
The children of this node.
The upper bounds of the node.
The lower bounds of this node.
Fetches all nodes of a specific depth level.
The depth level.
The nodes.
Calculates the center of this node.
A vector to store the result in.
A vector that describes the center of this node.
Calculates the depth of this tree.
The depth.
Calculates the size of this node.
A vector that describes the size of this node.
Generated using TypeDoc
A tree data structure.