Added COBBox and renamed SBoundingBox to CAABox

Reorganized code
This commit is contained in:
2015-08-11 18:41:28 -07:00
parent 3a25f59adb
commit 9d657895cb
35 changed files with 353 additions and 233 deletions

22
include/MathLib.hpp Normal file
View File

@@ -0,0 +1,22 @@
#ifndef __MATHLIB_HPP
#define __MATHLIB_HPP
#include "CAxisAngle.hpp"
#include "CMatrix3f.hpp"
#include "CMatrix4f.hpp"
#include "CProjection.hpp"
#include "CTransform.hpp"
#include "CQuaternion.hpp"
#include "CVector2f.hpp"
#include "CVector3f.hpp"
#include "CVector4f.hpp"
#include "CRectangle.hpp"
#include "CPlane.hpp"
#include "CAABox.hpp"
#include "COBBox.hpp"
#include "CFrustum.hpp"
#include "CColor.hpp"
#include "Global.hpp"
#include "Math.hpp"
#endif // __MATHLIB_HPP