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

/inkscape/src/live_effects/
H A Dlpe-interpolate.h36 BoolParam equidistant_spacing; member in class:Inkscape::LivePathEffect::LPEInterpolate
H A Dlpe-interpolate.cpp32 equidistant_spacing(_("E_quidistant spacing"), _("If true, the spacing between intermediates is constant along the length of the path. If false, the distance depends on the location of the nodes of the trajectory path."), "equidistant_spacing", &wr, this, true)
37 registerParameter( dynamic_cast<Parameter *>(&equidistant_spacing) );
82 if (equidistant_spacing)

Completed in 1496 milliseconds