Laser Sensing Display for UI interfaces in the real world

Dependencies:   mbed

Fork of skinGames_forktest by Alvaro Cassinelli

Revision:
44:2432c218f191
Parent:
40:3ba2b0ea9f33
--- a/myVectorClass.h	Mon Oct 21 11:26:48 2013 +0000
+++ b/myVectorClass.h	Wed Oct 30 02:50:58 2013 +0000
@@ -775,7 +775,7 @@
 
 
 // ================= other auxiliary structures ============
-typedef struct Box3d {
+struct Box3d {
     float minX, maxX; 
     float minY, maxY; 
     float minZ, maxZ;