RTree.Branch

Undocumented in source.
class RTree(DataType, ElemType, alias NumDims, ElemTypeReal, alias int MaxNodes = 8, alias int MinNodes = MaxNodes / 2)
protected
struct Branch {}

Members

Variables

m_child
Node* m_child;

< Child node

m_data
DataType m_data;

< Data Id

m_rect
Rect m_rect;

< Bounds

Meta