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

/inkscape/src/live_effects/
H A Dspiro.cpp456 double th_even, th_odd; local
466 th_even = .5 * ks[0] + (1./48) * ks[2];
468 ends[0][0] = th_even - th_odd;
469 ends[1][0] = th_even + th_odd;
872 double th_even, th_odd;
873 th_even = (1./384) * ks[3] + (1./8) * ks[1] + rot;
875 ul = (scale * (1./3)) * cos(th_even - th_odd);
876 vl = (scale * (1./3)) * sin(th_even - th_odd);
877 ur = (scale * (1./3)) * cos(th_even + th_odd);
878 vr = (scale * (1./3)) * sin(th_even
[all...]

Completed in 455 milliseconds