#include <bsp.h>
Inheritance diagram for csBspNode:
Public Methods | |
bool | IsEmpty () |
Return true if node is empty. | |
int | Type () |
Return type (NODE_???). | |
int | CountPolygons () |
Count all the polygons in this node and children. More... | |
Friends | |
class | csBspTree |
|
Count all the polygons in this node and children. This function only calls leaf polygons (i.e. polygons that will actually be returned by Front2Back/Back2Front). |