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

/inkscape/src/live_effects/
H A Dlpe-powerstroke.cpp638 Piecewise<D2<SBasis> > mirrorpath = reverse(compose(pwd2_in,x) - y*compose(n,x)); local
641 Geom::Path fixed_mirrorpath = path_from_piecewise_fix_cusps( mirrorpath, reverse(y), jointype, miter_limit, LPE_CONVERSION_TOLERANCE);
657 double radius = 0.5 * distance(pwd2_out.lastValue(), mirrorpath.firstValue());
658 Geom::Point midpoint = 0.5*(pwd2_out.lastValue() + mirrorpath.firstValue()) + radius*end_deriv;
660 fixed_path.appendNew<LineSegment>(mirrorpath.firstValue());
666 double radius = 0.5 * distance(pwd2_out.lastValue(), mirrorpath.firstValue());
668 fixed_path.appendNew<LineSegment>( mirrorpath.firstValue() + radius*end_deriv );
669 fixed_path.appendNew<LineSegment>( mirrorpath.firstValue() );
674 fixed_path.appendNew<LineSegment>( mirrorpath.firstValue() );
680 double radius1 = 0.5 * distance(pwd2_out.lastValue(), mirrorpath
[all...]

Completed in 1281 milliseconds