zeus/include/MathLib.hpp

28 lines
602 B
C++
Raw Normal View History

2015-04-19 20:39:16 +00:00
#ifndef __MATHLIB_HPP
#define __MATHLIB_HPP
#include "CAxisAngle.hpp"
2015-08-25 22:04:15 +00:00
#include "CRelAngle.hpp"
2015-04-19 20:39:16 +00:00
#include "CMatrix3f.hpp"
#include "CMatrix4f.hpp"
2015-04-19 20:39:16 +00:00
#include "CProjection.hpp"
#include "CTransform.hpp"
#include "CQuaternion.hpp"
2015-05-04 05:41:38 +00:00
#include "CVector2f.hpp"
2015-04-19 20:39:16 +00:00
#include "CVector3f.hpp"
#include "CVector3d.hpp"
#include "CVector4f.hpp"
2015-08-29 04:49:19 +00:00
#include "CUnitVector.hpp"
#include "CRectangle.hpp"
2015-04-19 20:39:16 +00:00
#include "CPlane.hpp"
2015-08-31 21:27:09 +00:00
#include "CLine.hpp"
#include "CAABox.hpp"
#include "COBBox.hpp"
2015-08-29 04:49:19 +00:00
#include "CSphere.hpp"
2015-05-06 07:30:06 +00:00
#include "CFrustum.hpp"
2015-05-01 06:31:59 +00:00
#include "CColor.hpp"
2015-04-19 20:39:16 +00:00
#include "Global.hpp"
#include "Math.hpp"
#endif // __MATHLIB_HPP