Lines Matching refs:strokepath
41 strokepath(_("Stitch path:"), _("The path that will be used as stitch."), "strokepath", &wr, this, "M0,0 L1,0"),
55 registerParameter( dynamic_cast<Parameter *>(&strokepath) );
80 D2<Piecewise<SBasis> > stroke = make_cuts_independent(strokepath.get_pwd2());
126 Piecewise<D2<SBasis> > pwd2_out = (strokepath.get_pwd2()-stroke_origin) * transform;
179 strokepath.set_new_value( path.toPwSb(), true );
182 strokepath.param_set_and_write_default();
186 strokepath.param_set_and_write_default();
194 * special casing is probably needed, because rotation should not be propagated to the strokepath.
201 strokepath.param_transform_multiply(postmul, set);