Searched refs:mono_intersect (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/2geom/ |
H A D | path-intersection.h | 69 Crossings mono_intersect(Curve const & A, Interval const &Ad,
|
H A D | path-intersection.cpp | 301 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 D | toposweep.cpp | 437 Crossings xs = mono_intersect(s->curve.get(ps), Interval(s->f, s->t),
|
Completed in 26 milliseconds