Searched refs:fitAndDraw (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
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;
|
H A D | sp-spiral.cpp | 236 void SPSpiral::fitAndDraw(SPCurve* c, double dstep, Geom::Point darray[], Geom::Point const& hat1, Geom::Point& hat2, double* t) const { function in class:SPSpiral 359 this->fitAndDraw(c, dstep, darray, hat1, hat2, &t); 365 this->fitAndDraw(c, (1.0 - t) / (SAMPLE_SIZE - 1.0), darray, hat1, hat2, &t);
|
Completed in 1052 milliseconds