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

/inkscape/src/helper/
H A Dgeom-pathstroke.cpp244 std::vector<Geom::ShapeIntersection> chord1_pts = outer_circle.intersect(secant1); local
245 // std::cout << " chord1: " << chord1_pts[0].point() << ", " << chord1_pts[1].point() << std::endl;
246 Geom::LineSegment chord1(chord1_pts[0].point(), chord1_pts[1].point());

Completed in 17 milliseconds