doom3-gpl
Doom 3 GPL source release
|
#include <Brush.h>
Public Member Functions | |
idBrushSide (void) | |
idBrushSide (const idPlane &plane, int planeNum) | |
~idBrushSide (void) | |
int | GetFlags (void) const |
void | SetFlag (int flag) |
void | RemoveFlag (int flag) |
const idPlane & | GetPlane (void) const |
void | SetPlaneNum (int num) |
int | GetPlaneNum (void) |
const idWinding * | GetWinding (void) const |
idBrushSide * | Copy (void) const |
int | Split (const idPlane &splitPlane, idBrushSide **front, idBrushSide **back) const |
Private Attributes | |
int | flags |
int | planeNum |
idPlane | plane |
idWinding * | winding |
Friends | |
class | idBrush |
idBrushSide * idBrushSide::Copy | ( | void | ) | const |
int idBrushSide::Split | ( | const idPlane & | splitPlane, |
idBrushSide ** | front, | ||
idBrushSide ** | back | ||
) | const |