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

/inkscape/src/live_effects/
H A Dlpe-sketch.h52 ScalarParam tgtlength; member in class:Inkscape::LivePathEffect::LPESketch
H A Dlpe-sketch.cpp60 tgtlength(_("Max. length:"), _("Maximum length of construction lines"), "tgtlength", &wr, this, 100.0),
86 registerParameter( dynamic_cast<Parameter *>(&tgtlength) );
112 tgtlength.param_set_range(0, Geom::infinity());
113 tgtlength.param_set_increments(1., 5.);
344 //Compute tgt length according to curvature (not exceeding tgtlength) so that
348 double l = tgtlength*(1-tgtlength_rdm)/v_t.length();

Completed in 1560 milliseconds