Searched refs:point_less_than_segment_in_x (Results 1 – 3 of 3) sorted by relevance
50 bool point_less_than_segment_in_x(Point p, const Segment& segment);
63 return !point_less_than_segment_in_x(p, s); in handleInsertionsAndCheckForNewCrossings()
214 bool point_less_than_segment_in_x(Point p, const Segment& segment) { in point_less_than_segment_in_x() function