00001 #ifndef __VECMATH_QUAT4F_HPP 00002 #define __VECMATH_QUAT4F_HPP 00003 00004 #ifndef __VECMATH_QUAT4_HPP 00005 #include <vecmath/_Quat4.h> 00006 #endif 00007 00008 typedef VECMATH_EXPORT _Quat4<float> Quat4f; 00009 00010 #endif