00001 #ifndef __CGLA_VEC3HF_H__ 00002 #define __CGLA_VEC3HF_H__ 00003 00004 #include "Vec4f.h" 00005 00006 namespace CGLA { 00007 00011 typedef Vec4f Vec3Hf; 00012 00013 } 00014 #endif 00015