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

/inkscape/src/2geom/
H A Dpath-intersection.h69 Crossings mono_intersect(Curve const & A, Interval const &Ad,
H A Dpath-intersection.cpp301 void mono_intersect(Curve const &A, double Al, double Ah, function in namespace:Geom
331 mono_intersect(B, Bl, mid,
334 mono_intersect(B, mid, Bh,
339 Crossings mono_intersect(Curve const & A, Interval const &Ad, function in namespace:Geom
342 mono_intersect(A, Ad.min(), Ad.max(), B, Bd.min(), Bd.max(), ret);
H A Dtoposweep.cpp437 Crossings xs = mono_intersect(s->curve.get(ps), Interval(s->f, s->t),

Completed in 26 milliseconds