summaryrefslogtreecommitdiff
path: root/gaunt01/src/outsidePolygon.h
diff options
context:
space:
mode:
Diffstat (limited to 'gaunt01/src/outsidePolygon.h')
-rw-r--r--gaunt01/src/outsidePolygon.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gaunt01/src/outsidePolygon.h b/gaunt01/src/outsidePolygon.h
new file mode 100644
index 0000000..7616241
--- /dev/null
+++ b/gaunt01/src/outsidePolygon.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "ofMain.h"
+
+bool OutsidePolygon(vector<ofPoint>& polygon,ofPoint p) \ No newline at end of file