BoundingBox.hpp

Go to the documentation of this file.
00001 /* -*- C++ -*- */
00002 
00003 /* COPYRIGHT
00004  *
00005  * This file is part of the Simple Object Loader and Renderer - SOLAR
00006  *
00007  * Read the file "SOLAR-LICENSE" for the license.
00008  *
00009  * Authors & Copyright:
00010  *
00011  * Tommi Ilmonen, 2001-2003, except LWO-code by RJ, 2001-2003
00012  *
00013  * Tommi's email: firstname.lastname@hut.fi
00014  *
00015  */
00016 
00017 #ifndef SOLAR_BOUNDING_BOX_H
00018 #define SOLAR_BOUNDING_BOX_H
00019 
00020 #include <Fluid/Vector3.hpp>
00021 
00022 #include <vee_bounding_box.h>
00023 
00024 namespace Solar {
00025 
00026   typedef VEE_BoundingBox BoundingBox;
00027 
00028 } // namespace Solar
00029 
00030 #endif

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