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

/inkscape/src/helper/
H A Dgeom-pathstroke.cpp419 Geom::Point node_on_path = startPt + Geom::rot90(tang1)*width; local
420 // std::cout << " node_on_path: " << node_on_path << " -------------- " << std::endl;
423 if (circle1.radius() < width && distance( circle1.center(), node_on_path ) < width) {
426 if (circle2.radius() < width && distance( circle2.center(), node_on_path ) < width) {

Completed in 17 milliseconds