vee_matrix3.h

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

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