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

/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 Dellipse.cpp197 void Ellipse::fit(std::vector<Point> const &points) function in class:Geom::Ellipse
/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...]

Completed in 24 milliseconds