Added Area.h

This commit is contained in:
2024-08-02 22:31:31 +08:00
parent 7589d62732
commit 866f69034b
6 changed files with 98 additions and 26 deletions

View File

@@ -3,6 +3,7 @@
#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>