Searched refs:touching_circle (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/helper/ |
H A D | geom-pathstroke.cpp | 38 static Circle touching_circle( D2<SBasis> const &curve, double t, double tol=0.01 ) function in namespace:Geom 69 static Circle touching_circle( CubicBezier const &curve, bool start ) { function in namespace:Geom 376 Geom::Circle circle1 = touching_circle(Geom::reverse(incoming.toSBasis()), 0.); 377 Geom::Circle circle2 = touching_circle(outgoing.toSBasis(), 0); 381 Geom::Circle circle_test1 = touching_circle(*in_bezier, false); 388 Geom::Circle circle_test2 = touching_circle(*out_bezier, true); 732 // TODO: we might want to consider using Geom::touching_circle to determine the
|
/inkscape/src/live_effects/ |
H A D | lpe-powerstroke.cpp | 101 static Circle touching_circle( D2<SBasis> const &curve, double t, double tol=0.01 ) function in namespace:Geom 424 Geom::Circle circle1 = Geom::touching_circle(reverse(B[prev_i]), 0.0); 425 Geom::Circle circle2 = Geom::touching_circle(B[i], 0.0);
|
Completed in 19 milliseconds