summaryrefslogtreecommitdiff
path: root/src/3rdparty/clip2tri/clip2tri.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/clip2tri/clip2tri.h')
-rw-r--r--src/3rdparty/clip2tri/clip2tri.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/3rdparty/clip2tri/clip2tri.h b/src/3rdparty/clip2tri/clip2tri.h
index 61c8a0f5..3848d009 100644
--- a/src/3rdparty/clip2tri/clip2tri.h
+++ b/src/3rdparty/clip2tri/clip2tri.h
@@ -91,6 +91,8 @@ public:
const PolyFillType subjFillType = pftNonZero,
const PolyFillType clipFillType = pftNonZero);
+ static int pointInPolygon(const IntPoint &pt, const Path &path);
+
Clipper clipper;
bool openSubject;
};