OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 33 milliseconds