summaryrefslogtreecommitdiff
path: root/gaunt01/src/outsidePolygon.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-04-19 09:41:27 +0100
committerTim Redfern <tim@eclectronics.org>2012-04-19 09:41:27 +0100
commit98437cad0a3a59245e5fe772d4e310de4228757a (patch)
treedaca14fc20fc354d9225b2608541f2590bff4136 /gaunt01/src/outsidePolygon.h
parent7eb7b1a64d5a22ae707c0a9d4115cb3c326f472f (diff)
cleaning up
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