diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-04-19 09:41:27 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-04-19 09:41:27 +0100 |
| commit | 98437cad0a3a59245e5fe772d4e310de4228757a (patch) | |
| tree | daca14fc20fc354d9225b2608541f2590bff4136 /gaunt01/src/outsidePolygon.h | |
| parent | 7eb7b1a64d5a22ae707c0a9d4115cb3c326f472f (diff) | |
cleaning up
Diffstat (limited to 'gaunt01/src/outsidePolygon.h')
| -rw-r--r-- | gaunt01/src/outsidePolygon.h | 5 |
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 |
