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

/inkscape/src/live_effects/
H A Dlpe-rough-hatches.cpp334 snakePoints = linearSnake(transformed_pwd2_in, transformed_org);
375 LPERoughHatches::linearSnake(Piecewise<D2<SBasis> > const &f, Point const &org){ function in class:Inkscape::LivePathEffect::LPERoughHatches
377 //std::cout<<"linearSnake:\n";
437 LPERoughHatches::smoothSnake(std::vector<std::vector<Point> > const &linearSnake){ argument
440 for (unsigned comp=0; comp<linearSnake.size(); comp++){
441 if (linearSnake[comp].size()>=2){
442 Point last_pt = linearSnake[comp][0];
443 //Point last_top = linearSnake[comp][0];
444 //Point last_bot = linearSnake[comp][0];
445 Point last_hdle = linearSnake[com
[all...]

Completed in 478 milliseconds