Laser Sensing Display for UI interfaces in the real world
Fork of skinGames_forktest by
Diff: myVectorClass.h
- Revision:
- 44:2432c218f191
- Parent:
- 40:3ba2b0ea9f33
diff -r 1dd4cfc30788 -r 2432c218f191 myVectorClass.h --- 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;