2015-04-19 20:39:16 +00:00
|
|
|
#ifndef __MATHLIB_HPP
|
|
|
|
#define __MATHLIB_HPP
|
|
|
|
|
|
|
|
#include "CAxisAngle.hpp"
|
|
|
|
#include "CMatrix3f.hpp"
|
2015-05-06 07:05:06 +00:00
|
|
|
#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"
|
2015-05-06 07:05:06 +00:00
|
|
|
#include "CVector4f.hpp"
|
|
|
|
#include "CRectangle.hpp"
|
2015-04-19 20:39:16 +00:00
|
|
|
#include "CPlane.hpp"
|
2015-08-12 01:41:28 +00:00
|
|
|
#include "CAABox.hpp"
|
|
|
|
#include "COBBox.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
|