diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-01-28 22:20:49 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-01-28 22:20:49 +0000 |
| commit | 64c89ab53447a004002ec0b0db94fd0a1e632cf6 (patch) | |
| tree | 65ce3b4802bbb0656cc1a8c843c81d7a3fcda8c9 /drawing/src/colourPolyline.h | |
| parent | 404746784ce6ef2b87c396a12451947fee28b244 (diff) | |
POC driver
Diffstat (limited to 'drawing/src/colourPolyline.h')
| -rw-r--r-- | drawing/src/colourPolyline.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/drawing/src/colourPolyline.h b/drawing/src/colourPolyline.h deleted file mode 100644 index 2dc3872..0000000 --- a/drawing/src/colourPolyline.h +++ /dev/null @@ -1,18 +0,0 @@ -#pragma once -#include "ofPolyline.h" -#include "ofMain.h" - -class colourPolyline: public ofPolyline { - public: - - void addVertex( const ofPoint& p ); - - void addVertex( const ofPoint& p , const ofColor& c); - - void draw(); - - private: - - vector <ofColor> pointColours; - -};
\ No newline at end of file |
