Searched defs:fitAndDraw (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
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 45 milliseconds