RTree.Rect

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

Members

Variables

m_max
ElemType[NumDims] m_max;

< Max dimensions of bounding box

m_min
ElemType[NumDims] m_min;

< Min dimensions of bounding box

Meta