diff options
| author | Comment <tim@gray.(none)> | 2013-01-29 17:23:14 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-01-29 17:23:14 +0000 |
| commit | ed539c88af8e18ae3b505e324319b956944e0d91 (patch) | |
| tree | 3c35b84658c3ff057923ca87daca53ba14665afe /src/boundary.h | |
| parent | ba37049c44ff64b3c6482a5e2f199f178351a69f (diff) | |
working with accumulation
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;
};
|
