2019-04-24 00:35:56 +08:00
|
|
|
|
#ifndef HGL_ALGORITHM_MATH_INCLUDE
|
|
|
|
|
#define HGL_ALGORITHM_MATH_INCLUDE
|
2018-11-27 15:43:32 +08:00
|
|
|
|
|
2019-04-24 00:35:56 +08:00
|
|
|
|
#include<hgl/math/FastTriangle.h>
|
|
|
|
|
#include<hgl/math/Vector.h> // Game Math and Geometry Library
|
|
|
|
|
#include<hgl/math/Matrix.h>
|
2018-11-27 15:43:32 +08:00
|
|
|
|
|
2019-04-24 00:35:56 +08:00
|
|
|
|
#endif//HGL_ALGORITHM_MATH_INCLUDE
|