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

/inkscape/src/helper/
H A Dgeom-pathstroke.cpp233 Geom::Point expand_circle( Geom::Circle &inner_circle, Geom::Circle const &outer_circle, Geom::Point const &start_pt, Geom::Point const &start_tangent ) { argument
235 // std::cout << " outer_circle: radius: " << outer_circle.radius() << " center: " << outer_circle.center() << std::endl;
238 if( !(outer_circle.contains(start_pt) ) ) {
244 std::vector<Geom::ShapeIntersection> chord1_pts = outer_circle.intersect(secant1);
249 std::vector<Geom::ShapeIntersection> chord2_pts = outer_circle.intersect(bisector);
261 std::vector<Geom::ShapeIntersection> chord3_pts = outer_circle.intersect(da);

Completed in 17 milliseconds