a 2D plane in the BSP tree More...
#include <bsp.h>
Public Member Functions | |
~plane_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 | |
point3d_t | n |
plane normal | |
float | d |
distance from origin along normal | |
int | index |
a 2D plane in the BSP tree
Definition at line 214 of file bsp.h.