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

/inkscape/src/live_effects/
H A Dlpe-fillet-chamfer.cpp600 Geom::Path path_chamfer; local
601 path_chamfer.start(path_out.finalPoint());
603 path_chamfer.appendNew<EllipticalArc>(rx, ry, angleArc, 0, ccwToggle, endArcPoint);
605 path_chamfer.appendNew<Geom::CubicBezier>(handle1, handle2, endArcPoint);
609 Geom::Point chamferStep = path_chamfer.pointAt(chamfer_stepsTime * i);
615 Geom::Path path_chamfer; local
616 path_chamfer.start(path_out.finalPoint());
619 path_chamfer.appendNew<EllipticalArc>(rx, ry, angleArc, 0, ccwToggle, endArcPoint);
621 path_chamfer.appendNew<Geom::CubicBezier>(inverseHandle1, inverseHandle2, endArcPoint);
625 Geom::Point chamferStep = path_chamfer
[all...]

Completed in 15 milliseconds