Home
last modified time | relevance | path

Searched refs:STOP_EPSILON (Results 1 – 3 of 3) sorted by relevance

/external/quake/quake/src/QW/client/
Dpmove.c70 #define STOP_EPSILON 0.1 macro
90 if (out[i] > -STOP_EPSILON && out[i] < STOP_EPSILON) in PM_ClipVelocity()
/external/quake/quake/src/QW/server/
Dsv_phys.c197 #define STOP_EPSILON 0.1 macro
217 if (out[i] > -STOP_EPSILON && out[i] < STOP_EPSILON) in ClipVelocity()
/external/quake/quake/src/WinQuake/
Dsv_phys.cpp188 #define STOP_EPSILON 0.1 macro
208 if (out[i] > -STOP_EPSILON && out[i] < STOP_EPSILON) in ClipVelocity()