vee_quaternion.h

Go to the documentation of this file.
00001 /* COPYRIGHT
00002  *
00003  * This file is part of the Visual Effects Engine - VEE
00004  *
00005  * Read the "VEE-LICENSE" file for the license.
00006  *
00007  * Authors & Copyright:   
00008  *
00009  * Tommi Ilmonen, Tuukka Heikura, Marko Myllymaa and 
00010  * Janne Kontkanen 2001-2004
00011  *
00012  * Additional copyrights: Tekes 2003-2004
00013  *
00014  * firstname.lastname@hut.fi
00015  *
00016  */
00017 
00018 #ifndef VEE_QUATERNION_H
00019 #define VEE_QUATERNION_H
00020 
00021 #include <Fluid/Quaternion.hpp>
00022 
00023 typedef Fluid::QuaternionT<float>  VEE_Quaternion;
00024 typedef Fluid::QuaternionT<double> VEE_Quaterniond;
00025 
00026 
00027 #endif

Generated on Mon Mar 12 21:09:01 2007 for VEE - The Visual Effects Engine by  doxygen 1.4.6