00001 /************************************************************** ggt-head beg 00002 * 00003 * GGT: Generic Graphics Toolkit 00004 * 00005 * Original Authors: 00006 * Allen Bierbaum 00007 * 00008 * ----------------------------------------------------------------- 00009 * File: $RCSfile: gmtl.h,v $ 00010 * Date modified: $Date: 2003/03/15 21:19:38 $ 00011 * Version: $Revision: 1.9 $ 00012 * ----------------------------------------------------------------- 00013 * 00014 *********************************************************** ggt-head end */ 00015 /*************************************************************** ggt-cpr beg 00016 * 00017 * GGT: The Generic Graphics Toolkit 00018 * Copyright (C) 2001,2002 Allen Bierbaum 00019 * 00020 * This library is free software; you can redistribute it and/or 00021 * modify it under the terms of the GNU Lesser General Public 00022 * License as published by the Free Software Foundation; either 00023 * version 2.1 of the License, or (at your option) any later version. 00024 * 00025 * This library is distributed in the hope that it will be useful, 00026 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00027 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00028 * Lesser General Public License for more details. 00029 * 00030 * You should have received a copy of the GNU Lesser General Public 00031 * License along with this library; if not, write to the Free Software 00032 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00033 * 00034 ************************************************************ ggt-cpr end */ 00035 #ifndef _GMTL_GMTL_H_ 00036 #define _GMTL_GMTL_H_ 00037 00038 #include <gmtl/AABox.h> 00039 #include <gmtl/AABoxOps.h> 00040 #include <gmtl/AxisAngle.h> 00041 #include <gmtl/AxisAngleOps.h> 00042 #include <gmtl/Containment.h> 00043 #include <gmtl/Coord.h> 00044 #include <gmtl/CoordOps.h> 00045 #include <gmtl/Defines.h> 00046 #include <gmtl/EulerAngle.h> 00047 #include <gmtl/EulerAngleOps.h> 00048 #include <gmtl/Generate.h> 00049 #include <gmtl/Intersection.h> 00050 #include <gmtl/LineSeg.h> 00051 #include <gmtl/LineSegOps.h> 00052 #include <gmtl/Math.h> 00053 #include <gmtl/Matrix.h> 00054 #include <gmtl/MatrixOps.h> 00055 #include <gmtl/Output.h> 00056 #include <gmtl/Plane.h> 00057 #include <gmtl/PlaneOps.h> 00058 #include <gmtl/Point.h> 00059 #include <gmtl/Quat.h> 00060 #include <gmtl/QuatOps.h> 00061 #include <gmtl/Ray.h> 00062 #include <gmtl/Sphere.h> 00063 #include <gmtl/SphereOps.h> 00064 #include <gmtl/Tri.h> 00065 #include <gmtl/TriOps.h> 00066 #include <gmtl/VecBase.h> 00067 #include <gmtl/Vec.h> 00068 #include <gmtl/VecOps.h> 00069 #include <gmtl/Version.h> 00070 #include <gmtl/Xforms.h> 00071 00072 #endif