~ubuntu-branches/debian/sid/librecad/sid

« back to all changes in this revision

Viewing changes to librecad/src/lib/engine/rs_spline.h

  • Committer: Package Import Robot
  • Author(s): Scott Howard
  • Date: 2013-12-30 12:17:45 UTC
  • mfrom: (0.2.10)
  • Revision ID: package-import@ubuntu.com-20131230121745-nfji56gc8mv8y6ve
Tags: 2.0.0+nolibs-1
* New upstream release
* Debian S-V 3.9.5, no changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
        virtual void mirror(const RS_Vector& axisPoint1, const RS_Vector& axisPoint2);
218
218
 
219
219
        virtual void moveRef(const RS_Vector& ref, const RS_Vector& offset);
 
220
                virtual void revertDirection();
220
221
 
221
222
        virtual void draw(RS_Painter* painter, RS_GraphicView* view, double& patternOffset);
222
223
        QList<RS_Vector> getControlPoints();