Searched refs:samePointEps (Results 1 – 1 of 1) sorted by relevance
52 const float samePointEps = 0.00001f; // used to test if two points are the same in rotatedRectangleIntersection() local70 … if( fabs(pts1[i].x - pts2[i].x) > samePointEps || (fabs(pts1[i].y - pts2[i].y) > samePointEps) ) in rotatedRectangleIntersection()229 if( d2 < samePointEps*samePointEps ) in rotatedRectangleIntersection()