Searched refs:getPolar (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dsp-spiral.h60 void getPolar(double t, double* rad, double* arg) const;
H A Dsp-spiral.cpp568 void SPSpiral::getPolar(gdouble t, gdouble* rad, gdouble* arg) const { function in class:SPSpiral
584 this->getPolar(0.0, &rad, NULL);
591 this->getPolar(1.0, &rad, NULL);
/inkscape/src/ui/
H A Dobject-edit.cpp1205 spiral->getPolar(spiral->t0, NULL, &arg_t0);
1255 spiral->getPolar(1, NULL, &arg_1);
1283 spiral->getPolar(t_temp, &rad_new, NULL);
1294 spiral->getPolar(spiral->t0, &r0, NULL);

Completed in 136 milliseconds