GEL  2
GEL is a library for Geometry and Linear Algebra
/Users/jab/Documents/Teaching/02585/GEL2_and_demos/GEL/src/CGLA/Vec3Hf.h
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 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations