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__HPP__ 00019 #define __VMML__VMMLIB__HPP__ 00020 00021 #include <vmmlib/vector.hpp> 00022 #include <vmmlib/matrix.hpp> 00023 #include <vmmlib/quaternion.hpp> 00024 #include <vmmlib/frustum.hpp> 00025 #include <vmmlib/frustumCuller.hpp> 00026 00027 #endif