summaryrefslogtreecommitdiffstats
path: root/src/livarot/Shape.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-08-27 00:36:33 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-08-27 00:36:33 +0000
commit4fbcbd43c6d3587c1551f0d6a29bcdfe2a015bdb (patch)
tree9b00991020a341eac28b7dc32de17add51cee000 /src/livarot/Shape.h
parentdo the same remembering for stop opacity (diff)
downloadinkscape-4fbcbd43c6d3587c1551f0d6a29bcdfe2a015bdb.tar.gz
inkscape-4fbcbd43c6d3587c1551f0d6a29bcdfe2a015bdb.zip
repel/attract methods
(bzr r3591)
Diffstat (limited to 'src/livarot/Shape.h')
-rw-r--r--src/livarot/Shape.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/livarot/Shape.h b/src/livarot/Shape.h
index 9413cf927..6e25fd405 100644
--- a/src/livarot/Shape.h
+++ b/src/livarot/Shape.h
@@ -283,6 +283,8 @@ public:
// the result is NOT a polygon; you need a subsequent call to ConvertToShape to get a real polygon
int MakeOffset(Shape *of, double dec, JoinType join, double miter, bool do_profile=false, double cx = 0, double cy = 0, double radius = 0, NR::Matrix *i2doc = NULL);
+ int MakeRepel(Shape *of, double dec, JoinType join, double miter, bool do_profile=false, double cx = 0, double cy = 0, double radius = 0, NR::Matrix *i2doc = NULL);
+
int MakePush (Shape * a, JoinType join, double miter, bool do_profile, NR::Point c, NR::Point vector, double radius, NR::Matrix *i2doc = NULL);
int MakeJitter (Shape * a, JoinType join, double miter, bool do_profile, NR::Point c, double power, double radius, NR::Matrix *i2doc = NULL);