diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-01-20 18:01:49 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-01-20 18:01:49 +0000 |
| commit | aa7ff25decb259acf1c0f233990d9dfddf14a4d9 (patch) | |
| tree | c302c3563e41debfc87939ef120ca9a8bb543741 /drawing/src/ofApp.h | |
| parent | 05be256f7b2c106101ec990a06e7dbf474ff9dda (diff) | |
transform vectors before masking
Diffstat (limited to 'drawing/src/ofApp.h')
| -rw-r--r-- | drawing/src/ofApp.h | 2 |
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; |
