added PrimaryMathematics.h

This commit is contained in:
2021-09-14 09:55:36 +08:00
parent 9c5cb2dc4a
commit 7f58bcf320
2 changed files with 40 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#ifndef HGL_ALGORITHM_MATH_INCLUDE
#define HGL_ALGORITHM_MATH_INCLUDE
#include<hgl/math/PrimaryMathematics.h>
#include<hgl/math/FastTriangle.h>
#include<hgl/math/Vector.h> // Game Math and Geometry Library
#include<hgl/math/Matrix.h>