Searched refs:below_x_monotonic_polyline (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dconvex-hull.cpp204 bool below_x_monotonic_polyline(Point const &p, Iter first, Iter last, Lex lex) function in namespace:Geom
238 if (!below_x_monotonic_polyline(p, ub, ue, Point::LexLess<X>())) return false;
242 if (!below_x_monotonic_polyline(p, lb, le, Point::LexGreater<X>())) return false;

Completed in 368 milliseconds