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

/inkscape/src/live_effects/
H A Dlpe-envelope.cpp161 Piecewise<D2<SBasis> > output1; local
205 output1 : The more a point is close to Up and Down, the less it will be affected by output_x.
208 output : we do the mean between output1 and output2 for all points.
210 output1 = (ysqrbis*output_y) + (ysqr*output_x);
211 output1 /= (boundingbox_Y.extent()*boundingbox_Y.extent()/4.);
216 output = output1 + output2;

Completed in 20 milliseconds