Home
last modified time | relevance | path

Searched defs:idBounds (Results 1 – 2 of 2) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/bv/
H A DBounds.h118 ID_INLINE idBounds::idBounds( void ) { in idBounds() function
121 ID_INLINE idBounds::idBounds( const idVec3 &mins, const idVec3 &maxs ) { in idBounds() function
126 ID_INLINE idBounds::idBounds( const idVec3 &point ) { in idBounds() function
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/geometry/
H A DTraceModel.h50 class idBounds; variable