sotsuron

Fork of linearMirrorMotion1017 by Hiromasa Oku

Revision:
22:e86d63dfbbe1
Parent:
21:4095a071724d
Child:
24:ab74d2018e6c
--- a/renderclass.h	Fri Jun 07 05:01:40 2013 +0000
+++ b/renderclass.h	Fri Jun 28 02:30:51 2013 +0000
@@ -24,7 +24,7 @@
     void transform(point2dl& mypoint);
     void shearing(point2dl& dataBefore);
     void rotation(point2dl& dataBefore);
-    void updateSpeed(float vx, float vy);
+    void updateSpeed(float gspeed, float gangle, float vvx, float vvy);
 
     int shearingSwitch;
     
@@ -40,5 +40,8 @@
     
     float speed;
     float angle;
+    float vx;
+    float vy;
+    int radious;
     
 };
\ No newline at end of file