Searched refs:find_intersections (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/2geom/ |
H A D | basic-intersection.h | 52 void find_intersections(std::vector<std::pair<double, double> > &xs, 57 void find_intersections(std::vector<std::pair<double, double> > &xs, 62 void find_intersections(std::vector< std::pair<double, double> > &xs,
|
H A D | basic-intersection.cpp | 50 // void find_intersections(std::vector<std::pair<double, double> > &xs, 61 // void find_intersections(std::vector< std::pair<double, double> > & xs, 75 void find_intersections(std::vector<std::pair<double, double> > &xs, function in namespace:Geom 83 void find_intersections(std::vector<std::pair<double, double> > &xs, function in namespace:Geom 95 void find_intersections(std::vector< std::pair<double, double> > & xs, function in namespace:Geom 172 find_intersections(section, pieces[i], pieces[j], precision);
|
H A D | bezier-curve.cpp | 169 find_intersections(xs, inner, bez->inner, eps);
|
/inkscape/src/live_effects/ |
H A D | lpe-knot.cpp | 179 find_intersections( times, paths[i][ii].toSBasis(), paths[j][jj].toSBasis() );
|
Completed in 19 milliseconds