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

/inkscape/src/live_effects/
H A Dlpe-rough-hatches.h42 linearSnake(Geom::Piecewise<Geom::D2<Geom::SBasis> > const &f, Geom::Point const &org);
45 smoothSnake(std::vector<std::vector<Geom::Point> > const &linearSnake);
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 16 milliseconds