diff options
Diffstat (limited to 'src/boundary.h')
| -rwxr-xr-x | src/boundary.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/boundary.h b/src/boundary.h index bf0b780..e3eb011 100755 --- a/src/boundary.h +++ b/src/boundary.h @@ -16,13 +16,14 @@ class boundary void add(ofPoint p);
void undo();
void getCentroid();
- vector<ofPoint> points;
- ofPoint centroid;
+ vector<ofPoint> points; + int findPoint(ofPoint pos);
bool checkClick(ofPoint pos);
bool checkFile(ofPoint pos,string file);
void openFile(string file);
void setVolume(float vol);
-
+ + ofPoint centroid;
string filename;
ofSoundPlayer sound;
};
|
