Searched refs:find_self_intersections (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/2geom/ |
H A D | basic-intersection.h | 67 void find_self_intersections(std::vector<std::pair<double, double> > &xs, 71 void find_self_intersections(std::vector<std::pair<double, double> > &xs,
|
H A D | basic-intersection.cpp | 139 void find_self_intersections(std::vector<std::pair<double, double> > &xs, function in namespace:Geom 192 void find_self_intersections(std::vector<std::pair<double, double> > &xs, function in namespace:Geom 198 find_self_intersections(xs, in, precision);
|
/inkscape/src/live_effects/ |
H A D | lpe-knot.cpp | 170 find_self_intersections( times, paths[i][ii].toSBasis() );
|
Completed in 19 milliseconds