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>
|
2024-08-02 22:31:31 +08:00
|
|
|
|
#include<hgl/math/Area.h>
|
2024-08-04 00:56:35 +08:00
|
|
|
|
#include<hgl/math/Transform.h>
|
2019-08-19 19:19:58 +08:00
|
|
|
|
|
|
|
|
|
#endif//HGL_ALGORITHM_MATH_INCLUDE
|