CMCore/inc/hgl/math/Math.h
2024-08-02 22:31:31 +08:00

11 lines
307 B
C

#ifndef HGL_ALGORITHM_MATH_INCLUDE
#define HGL_ALGORITHM_MATH_INCLUDE
#include<hgl/math/PrimaryMathematics.h>
#include<hgl/math/FastTriangle.h>
#include<hgl/math/Area.h>
#include<hgl/math/Vector.h> // Game Math and Geometry Library
#include<hgl/math/Matrix.h>
#endif//HGL_ALGORITHM_MATH_INCLUDE