Searched defs:t_reparam (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/live_effects/parameter/
H A Dtext.cpp61 double t_reparam = pwd2_reparam.cuts.back() * t; local
62 Point pos = pwd2_reparam.valueAt(t_reparam);
63 Point dir = unit_vector(derivative(pwd2_reparam).valueAt(t_reparam));
/inkscape/src/ui/tools/
H A Dlpe-tool.cpp374 double t_reparam = pwd2_reparam.cuts.back() * t; local
375 Point pos = pwd2_reparam.valueAt(t_reparam);
376 Point dir = unit_vector(derivative(pwd2_reparam).valueAt(t_reparam));

Completed in 1957 milliseconds