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

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.
 

Functions

Geom::Path Inkscape::LivePathEffect::sp_bspline_drawHandle (Geom::Point p, double helper_size)
 
void Inkscape::LivePathEffect::sp_bspline_do_effect (Geom::PathVector &curve, double helper_size, Geom::PathVector &hp, bool uniform)
 

Variables

static constexpr double Inkscape::LivePathEffect::BSPLINE_TOL = 0.001
 
static constexpr double Inkscape::LivePathEffect::NO_POWER = 0.0
 
static constexpr double Inkscape::LivePathEffect::DEFAULT_START_POWER = 1.0 / 3.0
 
static constexpr double Inkscape::LivePathEffect::DEFAULT_END_POWER = 2.0 / 3.0