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

/inkscape/src/live_effects/
H A Dlpe-taperstroke.cpp175 static Geom::Path return_at_first_cusp(Geom::Path const & path_in, double /*smooth_tolerance*/ = 0.05) function in namespace:Inkscape::LivePathEffect
195 Geom::Path first_cusp = return_at_first_cusp(path_in[0]);
196 Geom::Path last_cusp = return_at_first_cusp(path_in[0].reversed());
481 Geom::Path p_in = return_at_first_cusp(pathv[0]);
509 Geom::Path p_in = return_at_first_cusp(pathv[0].reversed());

Completed in 15 milliseconds