summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d067460)
raw | patch | inline | side by side (parent: d067460)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Wed, 8 Aug 2007 08:29:59 +0000 (08:29 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Wed, 8 Aug 2007 08:29:59 +0000 (08:29 +0000) |
src/livarot/Shape.h | patch | blob | history |
diff --git a/src/livarot/Shape.h b/src/livarot/Shape.h
index 3d74a8b6169f6190997b60cd7890f11585df818c..9413cf9271ca07fdf783c98d3ec06223556a8dcc 100644 (file)
--- a/src/livarot/Shape.h
+++ b/src/livarot/Shape.h
int MakePush (Shape * a, JoinType join, double miter, bool do_profile, NR::Point c, NR::Point vector, double radius, NR::Matrix *i2doc = NULL);
- int Shape::MakeJitter (Shape * a, JoinType join, double miter, bool do_profile, NR::Point c, double power, 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);
int PtWinding(const NR::Point px) const; // plus rapide
int Winding(const NR::Point px) const;