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

/inkscape/src/helper/
H A Dgeom-pathstroke.cpp290 Geom::Point adjust_circles( Geom::Circle &circle1, Geom::Circle &circle2, Geom::Point const &point1, Geom::Point const &point2, Geom::Point const &tan1, Geom::Point const &tan2 ) { argument
293 Geom::Point n2 = (circle2.center() - point2).normalized();
297 double r2 = circle2.radius();
300 Geom::Point c2 = circle2.center();
336 circle2 = Geom::Circle( c2 + dr*n2, r2+dr );
339 // std::cout << " C2: " << circle2 << std::endl;
340 // std::cout << " d': " << Geom::Point( circle1.center() - circle2.center() ).length() << std::endl;
342 Geom::Line bisector( circle1.center(), circle2.center() );
347 if( abs( Geom::distance( p0, circle2.center() ) - circle2
377 Geom::Circle circle2 = touching_circle(outgoing.toSBasis(), 0); local
[all...]
/inkscape/src/live_effects/
H A Dlpe-powerstroke.cpp425 Geom::Circle circle2 = Geom::touching_circle(B[i], 0.0); local
427 solutions = circle1.intersect(circle2);
443 Geom::EllipticalArc *arc1 = circle2.arc(sol, 0.5*(sol+B[i].at0()), B[i].at0());

Completed in 40 milliseconds