coordinateTypes.h

Go to the documentation of this file.
00001 #ifndef COORDINATE_TYPES_H
00002 #define COORDINATE_TYPES_H
00003 
00013 #include "coordinateCtrl.h"
00014 
00015 
00016 namespace VXV {
00020   const CoordinateCtrl* const GL = NULL;
00021 
00025   const VXV::Direction deg(int degree);
00026 
00030   const VXV::Direction rad(double radian);
00031 }
00032 
00033 #endif /* !COORDINATE_TYPES_H */
00034 

Generated on Mon Apr 13 22:52:05 2009 by  doxygen 1.5.7.1