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