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

/inkscape/src/
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);

Completed in 23 milliseconds