00001 // Copyright (C) 2006 Mathias Froehlich - Mathias.Froehlich@web.de 00002 // 00003 // This library is free software; you can redistribute it and/or 00004 // modify it under the terms of the GNU Library General Public 00005 // License as published by the Free Software Foundation; either 00006 // version 2 of the License, or (at your option) any later version. 00007 // 00008 // This library is distributed in the hope that it will be useful, 00009 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00011 // Library General Public License for more details. 00012 // 00013 // You should have received a copy of the GNU General Public License 00014 // along with this program; if not, write to the Free Software 00015 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 00016 // 00017 00018 #ifndef SGMath_H 00019 #define SGMath_H 00020 00022 00023 #include <iosfwd> 00024 // FIXME, make it compile on IRIX 00025 00026 //#include <osg/GL> 00027 //#undef GLUT_APIENTRY_DEFINED // GL/glut.h undef APIENTRY when this symbol is defined. osg/GL defines it (?). 00028 // This probably would work if we didn't use plib/pu.h that include GL/glut.h 00029 // on its side. 00030 00031 #include "SGMathFwd.hxx" 00032 00033 #include "SGCMath.hxx" 00034 #include "SGLimits.hxx" 00035 #include "SGMisc.hxx" 00036 #include "SGGeodesy.hxx" 00037 #include "SGVec2.hxx" 00038 #include "SGVec3.hxx" 00039 #include "SGVec4.hxx" 00040 #include "SGGeoc.hxx" 00041 #include "SGGeod.hxx" 00042 #include "SGQuat.hxx" 00043 #include "SGMatrix.hxx" 00044 00045 #endif