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

  /external/quake/quake/src/QW/server/
sv_phys.c 245 vec3_t primal_velocity, original_velocity, new_velocity; local
328 ClipVelocity (original_velocity, planes[i], new_velocity, 1);
332 if (DotProduct (new_velocity, planes[j]) < 0)
341 VectorCopy (new_velocity, ent->v.velocity);
  /external/quake/quake/src/WinQuake/
sv_phys.cpp 236 vec3_t primal_velocity, original_velocity, new_velocity; local
322 ClipVelocity (original_velocity, planes[i], new_velocity, 1);
326 if (DotProduct (new_velocity, planes[j]) < 0)
335 VectorCopy (new_velocity, ent->u.v.velocity);
    [all...]

Completed in 116 milliseconds