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

/inkscape/src/live_effects/
H A Dlpe-powerstroke-interpolators.h89 Geom::Path fit; local
92 fit.start(b[0]);
94 fit.appendNew<Geom::CubicBezier>(b[4*c+1], b[4*c+2], b[4*c+3]);
99 return fit;
116 Path fit; local
117 fit.start(points.at(0));
122 fit.appendNew<CubicBezier>(p0+_beta*dx, p1-_beta*dx, p1);
124 return fit;
147 Path fit; local
148 fit
182 Path fit; local
[all...]
/inkscape/src/2geom/
H A Delliptical-arc-from-sbasis.cpp94 void fit();
118 fit();
207 * check that the coefficients computed by the fit method satisfy
226 * check that the coefficients computed by the fit method satisfy
274 * fit
279 void make_elliptical_arc::fit() function in class:Geom::make_elliptical_arc
H A Dcircle.h137 void fit(std::vector<Point> const &points);
H A Dellipse.h134 void fit(std::vector<Point> const& points);
H A Dcircle.cpp282 void Circle::fit(std::vector<Point> const& points)
H A Dellipse.cpp197 void Ellipse::fit(std::vector<Point> const &points) function in class:Geom::Ellipse
/inkscape/src/ui/tools/
H A Dpencil-tool.cpp735 Geom::Path fit(b[0]);
738 fit.appendNew<Geom::CubicBezier>(b[4 * c + 1], b[4 * c + 2], b[4 * c + 3]);
741 Geom::Piecewise<Geom::D2<Geom::SBasis> > fit_pwd2 = fit.toPwSb();

Completed in 29 milliseconds