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

  /external/quake/quake/src/QW/client/
gl_rsurf.c 1570 #define COLINEAR_EPSILON 0.001
1571 if ((fabs( v1[0] - v2[0] ) <= COLINEAR_EPSILON) &&
1572 (fabs( v1[1] - v2[1] ) <= COLINEAR_EPSILON) &&
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp     [all...]

Completed in 19 milliseconds