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

/inkscape/src/2geom/
H A Dpath.h340 class StitchSegment : public LineSegment { class in class:Geom::Path
342 StitchSegment() : LineSegment() {} function in class:Geom::Path::StitchSegment
343 StitchSegment(Point const &p1, Point const &p2) : LineSegment(p1, p2) {} function in class:Geom::Path::StitchSegment
344 virtual Curve *duplicate() const { return new StitchSegment(*this); }
345 virtual Curve *reverse() const { return new StitchSegment((*this)[1], (*this)[0]); }

Completed in 971 milliseconds