Vector3.h

Go to the documentation of this file.
00001 #ifndef _Vector3_H__
00002 #define _Vector3_H__
00003 
00004 
00005 namespace GtpVisibilityPreprocessor {
00007   class Vector3 {
00008   public:
00009     float x, y, z;
00010   };
00011   
00012   
00013 };
00014 
00015 
00016 
00017 #endif

Generated on Fri Apr 29 19:47:56 2005 for GameTools Visibility Modules by  doxygen 1.4.2