zeus/MathLib.hpp

20 lines
413 B
C++
Raw Normal View History

2015-04-19 20:39:16 +00:00
#ifndef __MATHLIB_HPP
#define __MATHLIB_HPP
#include "CAxisAngle.hpp"
#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 "CVector4f.hpp"
#include "CRectangle.hpp"
2015-04-19 20:39:16 +00:00
#include "CPlane.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