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

/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp530 static void calculate_intersections(SPDesktop * /*desktop*/, SPItem* item, Geom::PathVector const &lineseg, SPCurve *curve, std::vector<double> &intersections) argument
533 // Find all intersections of the control-line with this shape
548 intersections.push_back((*m).ta);
551 intersections.push_back((*m).ta);
1222 std::vector<Geom::Point> intersections; local
1225 intersections.push_back(lineseg[0].pointAt(*iter_t));
1231 intersections.clear();
1232 intersections.push_back(start);
1233 intersections.push_back(end);
1236 intersections
[all...]

Completed in 313 milliseconds