a node in the BSP tree Note that the indexing scheme is unusual:
#include <bsp.h>


Public Member Functions | |
| ~node_t (void) throw () | |
| eLumpType | getType (void) const throw () |
| what sort of lump object is this really? Can use this information to perform a dynamic cast to the correct leaf class. | |
| virtual int | getIndex (void) const throw () |
| returns the index of this object as stored in its lump | |
Public Attributes | |
| int32_t | plane |
| index to plane | |
| int32_t | children [2] |
| left, right child | |
| int32_t | min [3] |
| bounding box min xyz coords | |
| int32_t | max [3] |
| bounding box max xyz coords | |
| int | index |
a node in the BSP tree Note that the indexing scheme is unusual:
Definition at line 160 of file bsp.h.
1.7.1