Searched defs:slant (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-dynastroke.cpp | 143 Affine rot,slant; local 145 slant = Affine(double(width)*roundness, 0, 0, double(width), 0, 0 ); 146 Piecewise<D2<SBasis> > nn = unitVector(v * ( rot * slant ) ); 147 slant = Affine( 0,-roundness, 1, 0, 0, 0 ); 149 nn = nn * (slant * rot );
|
Completed in 14 milliseconds