CODBspNode::SplitRect

void CODBspNode::SplitRect(CRect* pOriginalRect, CRect* pBackRect, CRect* pFrontRect)

Splits a rectangle into two pieces using the partition of the node.

Defined in: OdBspNode.cpp

Return Value

void

Parameters

pOriginalRect

A pointer to the rectangle to split.

pBackRect

A pointer to the part of the rectangle that falls behind the partition.

pFrontRect

A pointer to the part of the rectangle that falls in front of the partition.

See Also

SplitBspRect