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

/inkscape/src/live_effects/
H A Dlpe-envelope.cpp162 Piecewise<D2<SBasis> > output2; local
207 output2 : The more a point is close to Left and Right, the less it will be affected by output_y.
208 output : we do the mean between output1 and output2 for all points.
213 output2 = (xsqrbis*output_x) + (xsqr*output_y);
214 output2 /= (boundingbox_X.extent()*boundingbox_X.extent()/4.);
216 output = output1 + output2;

Completed in 10 milliseconds