00001 // GMTL is (C) Copyright 2001-2010 by Allen Bierbaum 00002 // Distributed under the GNU Lesser General Public License 2.1 with an 00003 // addendum covering inlined code. (See accompanying files LICENSE and 00004 // LICENSE.addendum or http://www.gnu.org/copyleft/lesser.txt) 00005 00006 #ifndef _GMTL_GMTL_H_ 00007 #define _GMTL_GMTL_H_ 00008 00009 #include <gmtl/AABox.h> 00010 #include <gmtl/AABoxOps.h> 00011 #include <gmtl/AxisAngle.h> 00012 #include <gmtl/AxisAngleOps.h> 00013 #include <gmtl/Containment.h> 00014 #include <gmtl/Coord.h> 00015 #include <gmtl/CoordOps.h> 00016 #include <gmtl/Defines.h> 00017 #include <gmtl/EulerAngle.h> 00018 #include <gmtl/EulerAngleOps.h> 00019 #include <gmtl/Generate.h> 00020 #include <gmtl/Intersection.h> 00021 #include <gmtl/LineSeg.h> 00022 #include <gmtl/LineSegOps.h> 00023 #include <gmtl/Math.h> 00024 #include <gmtl/Matrix.h> 00025 #include <gmtl/MatrixOps.h> 00026 #include <gmtl/Output.h> 00027 #include <gmtl/Plane.h> 00028 #include <gmtl/PlaneOps.h> 00029 #include <gmtl/Point.h> 00030 #include <gmtl/Quat.h> 00031 #include <gmtl/QuatOps.h> 00032 #include <gmtl/Ray.h> 00033 #include <gmtl/Sphere.h> 00034 #include <gmtl/SphereOps.h> 00035 #include <gmtl/Tri.h> 00036 #include <gmtl/TriOps.h> 00037 #include <gmtl/VecBase.h> 00038 #include <gmtl/Vec.h> 00039 #include <gmtl/VecOps.h> 00040 #include <gmtl/Version.h> 00041 #include <gmtl/Xforms.h> 00042 00043 #endif