Laser Sensing Display for UI interfaces in the real world
Fork of skinGames_forktest by
Diff: myVectorClass.h
- Revision:
- 2:34157ebbf56b
- Parent:
- 0:345b3bc7a0ea
- Child:
- 12:0de9cd2bced5
--- a/myVectorClass.h Sat Mar 31 08:19:31 2012 +0000 +++ b/myVectorClass.h Sat Mar 31 12:50:32 2012 +0000 @@ -25,6 +25,7 @@ #define PI 3.14159265889 #endif + class vector2D { public: @@ -104,7 +105,6 @@ //Dot Product: float dot( const vector2D& vec ) const; - // =================================================================