00001 /* 00002 * VMMLib - Vector & Matrix Math Lib 00003 * 00004 * @author Jonas Boesch 00005 * @author Stefan Eilemann 00006 * @author Renato Pajarola 00007 * @author David H. Eberly ( Wild Magic ) 00008 * @author Andrew Willmott ( VL ) 00009 * 00010 * @license revised BSD license, check LICENSE 00011 * 00012 * parts of the source code of VMMLib were inspired by David Eberly's 00013 * Wild Magic and Andrew Willmott's VL. 00014 * 00015 */ 00016 00017 00018 #ifndef __VMML__VMMLIB__H__ 00019 #define __VMML__VMMLIB__H__ 00020 00021 #include <vmmlib/vector2.h> 00022 #include <vmmlib/vector3.h> 00023 #include <vmmlib/vector4.h> 00024 #include <vmmlib/matrix3.h> 00025 #include <vmmlib/matrix4.h> 00026 #include <vmmlib/quaternion.h> 00027 #include <vmmlib/frustum.h> 00028 #include <vmmlib/frustumCuller.h> 00029 00030 #endif