OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BoxOnPlaneSide
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
mathlib.c
175
Sys_Error ("
BoxOnPlaneSide
: Bad signbits");
182
BoxOnPlaneSide
187
int
BoxOnPlaneSide
(vec3_t emins, vec3_t emaxs, mplane_t *p)
281
Sys_Error ("
BoxOnPlaneSide
: sides==0");
/external/quake/quake/src/WinQuake/
mathlib.cpp
176
Sys_Error ("
BoxOnPlaneSide
: Bad signbits");
184
BoxOnPlaneSide
189
int
BoxOnPlaneSide
(vec3_t emins, vec3_t emaxs, mplane_t *p)
283
Sys_Error ("
BoxOnPlaneSide
: sides==0");
Completed in 35 milliseconds