Searched defs:chord2_pts (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/helper/
H A Dgeom-pathstroke.cpp249 std::vector<Geom::ShapeIntersection> chord2_pts = outer_circle.intersect(bisector); local
250 // std::cout << " chord2: " << chord2_pts[0].point() << ", " << chord2_pts[1].point() << std::endl;
251 Geom::LineSegment chord2(chord2_pts[0].point(), chord2_pts[1].point());
254 Geom::Coord d0 = Geom::distance(chord2_pts[0].point(),start_pt);
255 Geom::Coord d1 = Geom::distance(chord2_pts[1].point(),start_pt);
257 Geom::Point d = (d0 < d1) ? chord2_pts[0].point() : chord2_pts[1].point();

Completed in 20 milliseconds