Searched refs:angl_eps (Results 1 – 1 of 1) sorted by relevance
2122 const double angl_eps = 0.03; in _cvConstructExtSites() local2195 if((_sin > angl_eps) || (_sin > 0 && _cos > 0)) in _cvConstructExtSites()2201 else if((_sin < -angl_eps) || (_sin < 0 && _cos > 0)) in _cvConstructExtSites()2266 const double angl_eps = 0.03; in _cvConstructIntSites() local2352 if((_sin > angl_eps) || (_sin > 0 && _cos > 0)) in _cvConstructIntSites()2358 … else if((_sin < -angl_eps) || (_sin < 0 && _cos > 0) || (_sin == 0 && CurrContourSeq->total == 2)) in _cvConstructIntSites()