00001 #ifndef __CGLA_QUATERNION_H__ 00002 #define __CGLA_QUATERNION_H__ 00003 00004 #include "Quatf.h" 00005 00006 namespace CGLA { 00007 00008 typedef Quatf Quaternion; 00009 } 00010 #endif