doom3-gpl
Doom 3 GPL source release
|
#include <Surface_Polytope.h>
Additional Inherited Members | |
Protected Member Functions inherited from idSurface | |
void | GenerateEdgeIndexes (void) |
int | FindEdge (int v1, int v2) const |
Protected Attributes inherited from idSurface | |
idList< idDrawVert > | verts |
idList< int > | indexes |
idList< surfaceEdge_t > | edges |
idList< int > | edgeIndexes |
Definition at line 42 of file Surface_Polytope.h.
ID_INLINE idSurface_Polytope::idSurface_Polytope | ( | void | ) |
Definition at line 67 of file Surface_Polytope.h.
Definition at line 40 of file Surface_Polytope.cpp.
Definition at line 265 of file Surface_Polytope.cpp.
Definition at line 257 of file Surface_Polytope.cpp.
Definition at line 241 of file Surface_Polytope.cpp.
Definition at line 131 of file Surface_Polytope.cpp.
Definition at line 249 of file Surface_Polytope.cpp.
Definition at line 193 of file Surface_Polytope.cpp.
Definition at line 92 of file Surface_Polytope.cpp.
int idSurface_Polytope::SplitPolytope | ( | const idPlane & | plane, |
const float | epsilon, | ||
idSurface_Polytope ** | front, | ||
idSurface_Polytope ** | back | ||
) | const |
Definition at line 273 of file Surface_Polytope.cpp.