From ed539c88af8e18ae3b505e324319b956944e0d91 Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 29 Jan 2013 17:23:14 +0000 Subject: working with accumulation --- src/boundary.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/boundary.h') 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 points; - ofPoint centroid; + vector 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; }; -- cgit v1.2.3