Searched refs:nearly_flat (Results 1 – 2 of 2) sorted by relevance
918 static bool nearly_flat(const Comparator& c, Edge* edge) { in nearly_flat() function971 bool leftFlat = nearly_flat(c, left); in checkForIntersection()972 bool rightFlat = nearly_flat(c, right); in checkForIntersection()
1204 bool nearly_flat(Comparator& c, Edge* edge) { in nearly_flat() function1236 if (!nearly_flat(c, left)) { in check_for_intersection()1239 if (!nearly_flat(c, right)) { in check_for_intersection()