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

/inkscape/src/2geom/
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);

Completed in 35 milliseconds