CODBspNode::AddRects
voidCODBspNode::AddRects(CODBspRectArray*pRectArray, intnThreshold)
Adds rectangles to this section of the tree.
Defined in: OdBspNode.cpp
Return Value
void
Parameters
pRectArray
A pointer to the array of rectangles to add.
nThreshold
The size threshold where the node can not be divided any more, and therefore becomes a leaf node.
See Also