diff options
Diffstat (limited to 'gaunt01/src/outsidePolygon.cpp')
| -rw-r--r-- | gaunt01/src/outsidePolygon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gaunt01/src/outsidePolygon.cpp b/gaunt01/src/outsidePolygon.cpp index 8f9b61e..deda88f 100644 --- a/gaunt01/src/outsidePolygon.cpp +++ b/gaunt01/src/outsidePolygon.cpp @@ -2,6 +2,7 @@ bool OutsidePolygon(vector<ofPoint>& polygon,ofPoint p) +//winding rule algorithm for 2D polygon containment test //thanks to Paul Bourke //http://local.wasp.uwa.edu.au/~pbourke/geometry/insidepoly/ { |
