HomeSort by relevance Sort by last modified time
    Searched refs:PM_HullPointContents (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/client/
pmove.h 97 int PM_HullPointContents (hull_t *hull, int num, vec3_t p);
pmovetst.c 89 PM_HullPointContents
93 int PM_HullPointContents (hull_t *hull, int num, vec3_t p)
102 Sys_Error ("PM_HullPointContents: bad node number");
141 Sys_Error ("PM_HullPointContents: bad node number");
256 if (PM_HullPointContents (pm_hullmodel, mid, node->children[side])
264 if (PM_HullPointContents (hull, node->children[side^1], mid)
286 while (PM_HullPointContents (hull, hull->firstclipnode, mid)
338 if (PM_HullPointContents (hull, hull->firstclipnode, test) == CONTENTS_SOLID)
cl_pred.c 42 if (PM_HullPointContents (&cl.model_precache[1]->hulls[1], 0, pmove.origin) == CONTENTS_EMPTY)
52 if (PM_HullPointContents (&cl.model_precache[1]->hulls[1], 0, pmove.origin) == CONTENTS_EMPTY)

Completed in 54 milliseconds