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

/inkscape/src/live_effects/
H A Dlpe-interpolate.h34 PathParam trajectory_path; member in class:Inkscape::LivePathEffect::LPEInterpolate
H A Dlpe-interpolate.cpp30 trajectory_path(_("Trajectory:"), _("Path along which intermediate steps are created."), "trajectory", &wr, this, "M0,0 L0,0"),
36 registerParameter( dynamic_cast<Parameter *>(&trajectory_path) );
59 if ( trajectory_path.get_pathvector().empty() ) {
81 Geom::Piecewise<Geom::D2<Geom::SBasis> > trajectory = trajectory_path.get_pathvector()[0].toPwSb();
121 trajectory_path.set_new_value( traj_pathv, true );
123 trajectory_path.param_set_and_write_default();

Completed in 20 milliseconds