Lines Matching refs:left
59 capping(_("Capping:"), _("left capping"), "capping", &wr, this, "M 100,5 C 50,5 0,0 0,0 0,0 50,-5 100,-5")
112 Piecewise<D2<SBasis> > left = m + k*n;
116 line[X] = Linear(left.lastValue()[X],right.firstValue()[X]);
117 line[Y] = Linear(left.lastValue()[Y],right.firstValue()[Y]);
118 output = left;
121 line[X] = Linear(right.lastValue()[X],left.firstValue()[X]);
122 line[Y] = Linear(right.lastValue()[Y],left.firstValue()[Y]);
194 Piecewise<D2<SBasis> > left, right;
198 left = m + n1;//+ n;
238 left = m + n1;
254 left += - hbump * rot90(n);
269 left += - hbump * rot90(n);
274 left = force_continuity(left);
277 // std::cout<<"gathering result: left";
278 output = left;