00001 /* 00002 * $Id: mathGutz.h,v 1.8 2003/09/22 09:28:34 jmk Exp $ 00003 */ 00004 /////////////////////////////////////////////////////////////////////////// 00005 // _____________ ______________________ __ __ _____ 00006 // / ________ | | ___ ________ / | \ / \ | 00007 // | | | |_ | |_ | | / / \__ | | 00008 // | | ___ | || | || | | / / | | | 00009 // | | | \ | || | || | | / / \__/ \__/ __|__ 00010 // | | |_@ || || | || | | / / Institute 00011 // | |___/ || ||_| || | | / /_____________________ 00012 // \_______/ \______/ | |__| /___________________________ 00013 // | |__| | 00014 // \______/ 00015 // University of Utah 00016 // 2002 00017 /////////////////////////////////////////////////////////////////////////// 00018 00019 //gutzMath.h 00020 00021 //all of this is in the "gutz" namespace 00022 // having problems?? make sure you are "using namespace gutz;" 00023 // or "gutz::" 00024 00025 #ifndef __GUTZ_MATH_DOT_H 00026 #define __GUTZ_MATH_DOT_H 00027 00028 #include "../mathGutz/vec.h" 00029 #include "../mathGutz/vec2.h" 00030 #include "../mathGutz/vec3.h" 00031 #include "../mathGutz/vec4.h" 00032 #include "../mathGutz/quat.h" 00033 #include "../mathGutz/mat2.h" 00034 #include "../mathGutz/mat3.h" 00035 #include "../mathGutz/mat4.h" 00036 #include "../mathGutz/ray2.h" 00037 #include "../mathGutz/ray3.h" 00038 #include "../mathGutz/plane.h" 00039 #include "../mathGutz/mm.h" 00040 #include "../mathGutz/vecConst.h" 00041 #include "../mathGutz/mathExt.h" 00042 00043 #endif