summaryrefslogtreecommitdiff
path: root/drawing/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2018-01-20 18:01:49 +0000
committerTim Redfern <tim@getdrop.com>2018-01-20 18:01:49 +0000
commitaa7ff25decb259acf1c0f233990d9dfddf14a4d9 (patch)
treec302c3563e41debfc87939ef120ca9a8bb543741 /drawing/src/ofApp.h
parent05be256f7b2c106101ec990a06e7dbf474ff9dda (diff)
transform vectors before masking
Diffstat (limited to 'drawing/src/ofApp.h')
-rw-r--r--drawing/src/ofApp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drawing/src/ofApp.h b/drawing/src/ofApp.h
index ae4c1a3..c63533a 100644
--- a/drawing/src/ofApp.h
+++ b/drawing/src/ofApp.h
@@ -32,6 +32,8 @@ class ofApp : public ofBaseApp{
void dragEvent(ofDragInfo dragInfo);
void gotMessage(ofMessage msg);
+ ofPolyline polyLineTransform(const ofPolyline& poly, ofMatrix4x4 xform);
+
vector <lineSegmenter> segmenters;
vector <ofPolyline> mask;