CODBspNode::ClassifyPoint

OD_BSP_TYPE CODBspNode::ClassifyPoint(CPoint point)

Determines how a point is situated with respect to the partition of the node.

Defined in: OdBspNode.cpp

Return Value

The classification of the point. This value can be one of:

OD_BSP_COINCIDENT

The point falls on the partition.

OD_BSP_IN_BACK_OF

The point is in back of the partition.

OD_BSP_IN_FRONT_OF

The point is in front of the partition.

Parameters

point

The point to classify.

See Also

ClassifyRect, OD_BSP_TYPE