Searched refs:PLANEDIREPSILON (Results 1 – 3 of 3) sorted by relevance
34 #define PLANEDIREPSILON 0.0000001f macro95 if(btFabs(_dotdir)<PLANEDIREPSILON) in bt_line_plane_collision()
45 #define PLANEDIREPSILON 0.0000001f macro248 if(_dotdir<PLANEDIREPSILON) in RAY_PLANE_COLLISION()277 if(btFabs(_dotdir)<PLANEDIREPSILON) in LINE_PLANE_COLLISION()
58 public final static double PLANEDIREPSILON = 0.0000001; field