[4] | 1 | /************************************************************** ggt-head beg |
---|
| 2 | * |
---|
| 3 | * GGT: Generic Graphics Toolkit |
---|
| 4 | * |
---|
| 5 | * Original Authors: |
---|
| 6 | * Allen Bierbaum |
---|
| 7 | * |
---|
| 8 | * ----------------------------------------------------------------- |
---|
| 9 | * File: gmtl.h,v |
---|
| 10 | * Date modified: 2003/03/15 21:19:38 |
---|
| 11 | * Version: 1.9 |
---|
| 12 | * ----------------------------------------------------------------- |
---|
| 13 | * |
---|
| 14 | *********************************************************** ggt-head end */ |
---|
| 15 | /*************************************************************** ggt-cpr beg |
---|
| 16 | * |
---|
| 17 | * GGT: The Generic Graphics Toolkit |
---|
| 18 | * Copyright (C) 2001,2002 Allen Bierbaum |
---|
| 19 | * |
---|
| 20 | * This library is free software; you can redistribute it and/or |
---|
| 21 | * modify it under the terms of the GNU Lesser General Public |
---|
| 22 | * License as published by the Free Software Foundation; either |
---|
| 23 | * version 2.1 of the License, or (at your option) any later version. |
---|
| 24 | * |
---|
| 25 | * This library is distributed in the hope that it will be useful, |
---|
| 26 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 27 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 28 | * Lesser General Public License for more details. |
---|
| 29 | * |
---|
| 30 | * You should have received a copy of the GNU Lesser General Public |
---|
| 31 | * License along with this library; if not, write to the Free Software |
---|
| 32 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
---|
| 33 | * |
---|
| 34 | ************************************************************ ggt-cpr end */ |
---|
| 35 | #ifndef _GMTL_GMTL_H_ |
---|
| 36 | #define _GMTL_GMTL_H_ |
---|
| 37 | |
---|
| 38 | #include <gmtl/AABox.h> |
---|
| 39 | #include <gmtl/AABoxOps.h> |
---|
| 40 | #include <gmtl/AxisAngle.h> |
---|
| 41 | #include <gmtl/AxisAngleOps.h> |
---|
| 42 | #include <gmtl/Containment.h> |
---|
| 43 | #include <gmtl/Coord.h> |
---|
| 44 | #include <gmtl/CoordOps.h> |
---|
| 45 | #include <gmtl/Defines.h> |
---|
| 46 | #include <gmtl/EulerAngle.h> |
---|
| 47 | #include <gmtl/EulerAngleOps.h> |
---|
| 48 | #include <gmtl/Generate.h> |
---|
| 49 | #include <gmtl/Intersection.h> |
---|
| 50 | #include <gmtl/LineSeg.h> |
---|
| 51 | #include <gmtl/LineSegOps.h> |
---|
| 52 | #include <gmtl/Math.h> |
---|
| 53 | #include <gmtl/Matrix.h> |
---|
| 54 | #include <gmtl/MatrixOps.h> |
---|
| 55 | #include <gmtl/Output.h> |
---|
| 56 | #include <gmtl/Plane.h> |
---|
| 57 | #include <gmtl/PlaneOps.h> |
---|
| 58 | #include <gmtl/Point.h> |
---|
| 59 | #include <gmtl/Quat.h> |
---|
| 60 | #include <gmtl/QuatOps.h> |
---|
| 61 | #include <gmtl/Ray.h> |
---|
| 62 | #include <gmtl/Sphere.h> |
---|
| 63 | #include <gmtl/SphereOps.h> |
---|
| 64 | #include <gmtl/Tri.h> |
---|
| 65 | #include <gmtl/TriOps.h> |
---|
| 66 | #include <gmtl/VecBase.h> |
---|
| 67 | #include <gmtl/Vec.h> |
---|
| 68 | #include <gmtl/VecOps.h> |
---|
| 69 | #include <gmtl/Version.h> |
---|
| 70 | #include <gmtl/Xforms.h> |
---|
| 71 | |
---|
| 72 | #endif |
---|