Searched refs:mirror (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-mirror_symmetry.cpp | 75 oposite_fuse(_("Oposite fuse"), _("Picks the other side of the mirror as the original"), "oposite_fuse", &wr, this, false), 76 start_point(_("Start mirror line"), _("Start mirror line"), "start_point", &wr, this, "Adjust the start of mirroring"), 77 end_point(_("End mirror line"), _("End mirror line"), "end_point", &wr, this, "Adjust end of mirroring") 250 Geom::Path mirror = portion.reversed() * m; local 251 mirror.setInitial(portion.finalPoint()); 252 portion.append(mirror); 273 Geom::Path mirror = portion.reversed() * m; local 274 mirror [all...] |
/inkscape/src/2geom/ |
H A D | transforms.cpp | 154 Affine mirror ( cx2 - cy2, c2xy, 157 return Translate(-origin) * mirror * Translate(origin);
|
Completed in 48 milliseconds