Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

/Users/blackie/Documents/myRepository/phobosengine-vc2005/phobosengine/phobosengine/Vector2f.h

Go to the documentation of this file.
00001 
00002 
00003 #ifndef VECTOR2F_H
00004 #define VECTOR2F_H
00005 
00006 
00007 namespace pge {
00008 
00009         class Vector2f {
00010 
00011         public:
00012                 Vector2f(void);
00013                 Vector2f(float x, float y);
00014 
00015                 ~Vector2f(void);
00016 
00017                 float m_v[2];
00018         };
00019 
00020 };
00021 
00022 #endif

Generated on Mon Oct 16 12:08:11 2006 for Phobosengine by doxygen 1.3.4