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

  /external/quake/quake/src/QW/client/
cl_pred.c 157 VectorCopy (from->playerstate[cl.playernum].velocity, cl.simvel);
200 VectorCopy (to->playerstate[cl.playernum].velocity, cl.simvel);
209 cl.simvel[i] = from->playerstate[cl.playernum].velocity[i]
view.c 134 bob = sqrt(cl.simvel[0]*cl.simvel[0] + cl.simvel[1]*cl.simvel[1]) * cl_bob.value;
825 side = V_CalcRoll (cl.simangles, cl.simvel);
client.h 248 vec3_t simvel; member in struct:__anon14114
cl_parse.c 1290 VectorCopy (vec3_origin, cl.simvel);

Completed in 3356 milliseconds