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

/inkscape/src/
H A Dsp-spiral.cpp519 double const t_scaled = 2.0 * M_PI * this->revo * t; local
520 double const arg = t_scaled + this->arg;
526 } else if (t_scaled == 0.0) {
529 Geom::Point unrotated(this->exp, t_scaled);
541 /* ret = spiral->exp * (c, s) + t_scaled * (-s, c);
542 alternatively ret = (spiral->exp, t_scaled) * (( c, s),

Completed in 75 milliseconds