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

/inkscape/src/live_effects/
H A Dspiro.cpp66 double seg_th; member in struct:Spiro::spiro_seg_s
542 r[i].seg_th = atan2(dy, dx);
550 r[i].bend_th = mod_2pi(r[i].seg_th - r[ilast].seg_th);
859 double seg_th = atan2(y1 - y0, x1 - x0);
868 rot = seg_th - th;
950 return s[i].seg_th - ends[0][0];
953 return s[i - 1].seg_th + ends[1][0];
1027 double seg_th = atan2(y1 - y0, x1 - x0);
1036 rot = seg_th
[all...]

Completed in 20 milliseconds