Searched refs:ON_EPSILON (Results 1 – 5 of 5) sorted by relevance
94 if (step > -ON_EPSILON && step < ON_EPSILON) in SV_SetIdealPitch()97 if (dir && ( step-dir > ON_EPSILON || step-dir < -ON_EPSILON ) ) in SV_SetIdealPitch()
105 #define ON_EPSILON 0.1 // point on plane side epsilon macro
876 if (d > ON_EPSILON) in ClipSkyPolygon()881 else if (d < ON_EPSILON) in ClipSkyPolygon()
69 #define ON_EPSILON 0.1 // point on plane side epsilon macro
827 if (d > ON_EPSILON) in ClipSkyPolygon()832 else if (d < ON_EPSILON) in ClipSkyPolygon()