Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
lpe-rough-hatches.cpp File Reference

LPE Curve Stitching implementation, used as an example for a base starting class when implementing new LivePathEffects. More...

Go to the source code of this file.

Namespaces

namespace  Inkscape
 Helper class to stream background task notifications as a series of messages.
 
namespace  Inkscape::LivePathEffect
 Live Path Effects code.
 

Typedefs

typedef std::vector< LevelCrossing > Inkscape::LivePathEffect::LevelCrossings
 

Functions

static std::vector< double > Inkscape::LivePathEffect::discontinuities (Piecewise< D2< SBasis > > const &f)
 
static Piecewise< D2< SBasis > > Inkscape::LivePathEffect::bend (Piecewise< D2< SBasis > > const &f, Piecewise< SBasis > bending)
 

Detailed Description

LPE Curve Stitching implementation, used as an example for a base starting class when implementing new LivePathEffects.

Definition in file lpe-rough-hatches.cpp.