diff options
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; |
