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

/inkscape/src/helper/
H A Dgeom-pathstroke.cpp261 std::vector<Geom::ShapeIntersection> chord3_pts = outer_circle.intersect(da); local
262 // std::cout << " chord3: " << chord3_pts[0].point() << ", " << chord3_pts[1].point() << std::endl;
265 Geom::Coord d2 = Geom::distance(chord3_pts[0].point(),d);
266 Geom::Coord d3 = Geom::distance(chord3_pts[1].point(),d);
270 Geom::Point p = (d2 > d3) ? chord3_pts[0].point() : chord3_pts[1].point();

Completed in 17 milliseconds