just a test

Dependencies:   mbed

Fork of scoreLight_Advanced by Alvaro Cassinelli

Revision:
24:4e52031a495b
Parent:
21:bc9b9383f4b6
Child:
25:74cb85b85fd2
--- a/rigidLoop.h	Wed Jun 13 10:09:41 2012 +0000
+++ b/rigidLoop.h	Mon Jun 18 08:00:57 2012 +0000
@@ -25,6 +25,7 @@
     virtual void draw(void);  // draw the blob (renders on the laser trajectory object lsdTrajectory from the base class, using the openGL laser renderer - not yet done).
     virtual void computeBoundingBox();
     virtual void sendDataSpecific(void);
+    virtual void speedFactor(float speedfactor);
        
     // methods that are new to this class (not in base class): 
     void initSizeBlob(int _numPoints);