Home
last modified time | relevance | path

Searched refs:CullSphere (Results 1 – 2 of 2) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/bv/
H A DFrustum.h80 bool CullSphere( const idSphere &sphere ) const;
H A DFrustum.cpp265 bool idFrustum::CullSphere( const idSphere &sphere ) const { in CullSphere() function in idFrustum
962 if ( CullSphere( sphere ) ) { in IntersectsSphere()