Searched refs:dstep (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
H A D | sp-spiral.cpp | 232 * \pre dstep \> 0. 236 void SPSpiral::fitAndDraw(SPCurve* c, double dstep, Geom::Point darray[], Geom::Point const& hat1, Geom::Point& hat2, double* t) const { argument 241 g_assert (dstep > 0); 248 for (d = *t, i = 0; i <= SAMPLE_SIZE; d += dstep, i++) { 255 d += dstep; 256 /** We mustn't increase dstep for subsequent values of 266 * perhaps just start with a small dstep and scale by 268 * stroke_width. Must revert to the original dstep 275 double const next_t = d - 2 * dstep; 276 /* == t + (SAMPLE_SIZE - 1) * dstep, i 352 double const dstep = tstep / (SAMPLE_SIZE - 1); local [all...] |
H A D | sp-spiral.h | 78 void fitAndDraw(SPCurve* c, double dstep, Geom::Point darray[], Geom::Point const& hat1, Geom::Point& hat2, double* t) const;
|
Completed in 565 milliseconds