![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <AASBuild_local.h>
Public Member Functions | |
| idLedge (void) | |
| idLedge (const idVec3 &v1, const idVec3 &v2, const idVec3 &gravityDir, idBrushBSPNode *n) | |
| void | AddPoint (const idVec3 &v) |
| void | CreateBevels (const idVec3 &gravityDir) |
| void | Expand (const idBounds &bounds, float maxStepHeight) |
| idWinding * | ChopWinding (const idWinding *winding) const |
| bool | PointBetweenBounds (const idVec3 &v) const |
Public Attributes | |
| idVec3 | start |
| idVec3 | end |
| idBrushBSPNode * | node |
| int | numExpandedPlanes |
| int | numSplitPlanes |
| int | numPlanes |
| idPlane | planes [8] |
Definition at line 53 of file AASBuild_local.h.
| idLedge::idLedge | ( | void | ) |
Definition at line 47 of file AASBuild_ledge.cpp.
| idLedge::idLedge | ( | const idVec3 & | v1, |
| const idVec3 & | v2, | ||
| const idVec3 & | gravityDir, | ||
| idBrushBSPNode * | n | ||
| ) |
Definition at line 55 of file AASBuild_ledge.cpp.
Definition at line 79 of file AASBuild_ledge.cpp.
Definition at line 178 of file AASBuild_ledge.cpp.
Definition at line 97 of file AASBuild_ledge.cpp.
Definition at line 151 of file AASBuild_ledge.cpp.
Definition at line 194 of file AASBuild_ledge.cpp.
| idVec3 idLedge::end |
Definition at line 57 of file AASBuild_local.h.
| idBrushBSPNode* idLedge::node |
Definition at line 58 of file AASBuild_local.h.
| int idLedge::numExpandedPlanes |
Definition at line 59 of file AASBuild_local.h.
| int idLedge::numPlanes |
Definition at line 61 of file AASBuild_local.h.
| int idLedge::numSplitPlanes |
Definition at line 60 of file AASBuild_local.h.
| idPlane idLedge::planes[8] |
Definition at line 62 of file AASBuild_local.h.
| idVec3 idLedge::start |
Definition at line 56 of file AASBuild_local.h.
1.8.6.