Home
last modified time | relevance | path

Searched refs:ON_EPSILON (Results 1 – 5 of 5) sorted by relevance

/external/quake/quake/src/WinQuake/
Dsv_user.cpp94 if (step > -ON_EPSILON && step < ON_EPSILON) in SV_SetIdealPitch()
97 if (dir && ( step-dir > ON_EPSILON || step-dir < -ON_EPSILON ) ) in SV_SetIdealPitch()
Dquakedef.h105 #define ON_EPSILON 0.1 // point on plane side epsilon macro
Dgl_warp.cpp876 if (d > ON_EPSILON) in ClipSkyPolygon()
881 else if (d < ON_EPSILON) in ClipSkyPolygon()
/external/quake/quake/src/QW/client/
Dbothdefs.h69 #define ON_EPSILON 0.1 // point on plane side epsilon macro
Dgl_warp.c827 if (d > ON_EPSILON) in ClipSkyPolygon()
832 else if (d < ON_EPSILON) in ClipSkyPolygon()