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

/inkscape/src/
H A Dobject-snapper.cpp627 Geom::PathVector constraint_path; local
633 constraint_path = pb.peek();
638 constraint_path.push_back(constraint_line);
647 std::vector<Geom::PVIntersection> inters = constraint_path.intersect(*(k->path_vector));

Completed in 18 milliseconds