Home
last modified time | relevance | path

Searched refs:vec3pair_t (Results 1 – 9 of 9) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dcm_public.h66 bool CM_GenericBoxCollide(const vec3pair_t abounds, const vec3pair_t bbounds);
67 void CM_CalcExtents(const vec3_t start, const vec3_t end, const struct traceWork_s *tw, vec3pair_t
82 bool CM_CullWorldBox (const cplane_t *frustum, const vec3pair_t bounds);
H A Dcm_local.h188 vec3pair_t bounds; // enclosing box of start and end surrounding by size
189 vec3pair_t localBounds; // enclosing box of start and end surrounding by size for a segment
H A Dcm_trace.cpp627 bool CM_GenericBoxCollide(const vec3pair_t abounds, const vec3pair_t bbounds)
1190 void CM_CalcExtents(const vec3_t start, const vec3_t end, const traceWork_t *tw, vec3pair_t bounds)
1607 bool CM_CullWorldBox (const cplane_t *frustum, const vec3pair_t bounds)
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dcm_local.h184 vec3pair_t localBounds; // enclosing box of start and end surrounding by size for a segment
234 void CM_CalcExtents(const vec3_t start, const vec3_t end, const traceWork_t *tw, vec3pair_t bounds);
235 bool CM_GenericBoxCollide(const vec3pair_t abounds, const vec3pair_t bbounds);
H A Dcm_trace.cpp510 bool CM_GenericBoxCollide(const vec3pair_t abounds, const vec3pair_t bbounds)
726 void CM_CalcExtents(const vec3_t start, const vec3_t end, const traceWork_t *tw, vec3pair_t bounds)
1020 bool CM_CullWorldBox (const cplane_t *frustum, const vec3pair_t bounds)
/dports/games/openjk/OpenJK-07675e2/shared/qcommon/
H A Dq_math.h35 typedef vec3_t vec3pair_t[2], matrix3_t[3]; typedef
/dports/games/openjk/OpenJK-07675e2/code/rd-common/
H A Dtr_public.h84 bool (*CM_CullWorldBox) ( const cplane_t *frustrum, const vec3pair_t bounds );
/dports/games/openjk/OpenJK-07675e2/codemp/rd-common/
H A Dtr_public.h304 bool (*CM_CullWorldBox) ( const cplane_t *frustum, const vec3pair_t bounds );
/dports/games/openjk/OpenJK-07675e2/code/client/
H A Dcl_main.cpp1067 extern bool CM_CullWorldBox (const cplane_t *frustum, const vec3pair_t bounds);