CMCore/inc/hgl/math/Math.h

10 lines
281 B
C
Raw Normal View History

2019-08-19 19:19:58 +08:00
#ifndef HGL_ALGORITHM_MATH_INCLUDE
#define HGL_ALGORITHM_MATH_INCLUDE
2021-09-14 09:55:36 +08:00
#include<hgl/math/PrimaryMathematics.h>
2019-08-19 19:19:58 +08:00
#include<hgl/math/FastTriangle.h>
#include<hgl/math/Vector.h> // Game Math and Geometry Library
#include<hgl/math/Matrix.h>
#endif//HGL_ALGORITHM_MATH_INCLUDE