Searched defs:Al (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/2geom/ |
H A D | path-intersection.cpp | 245 void pair_intersect(Curve const & A, double Al, double Ah, argument 248 // std::cout << depth << "(" << Al << ", " << Ah << ")\n"; 249 OptRect Ar = A.boundsLocal(Interval(Al, Ah)); 258 if((depth > 12)) { // || (A.boundsLocal(Interval(Al, Ah), 1).maxExtent() < 0.1 261 if(linear_intersect(A.pointAt(Al), A.pointAt(Ah), 264 tA = tA * (Ah - Al) + Al; 278 A, Al, Ah, 281 A, Al, Ah, 301 void mono_intersect(Curve const &A, double Al, doubl argument 352 mono_pair(Path const &A, double Al, double Ah, Path const &B, double Bl, double Bh, Crossings &ret, double , unsigned depth = 0) argument [all...] |
Completed in 11 milliseconds