Add Plane / Line / ...

This commit is contained in:
THoehne 2024-08-27 13:26:54 +02:00
parent 8e581571b4
commit 5bb287425b

View File

@ -17,6 +17,9 @@
#include "Core/public/Math/IntVector3.hpp" #include "Core/public/Math/IntVector3.hpp"
#include "Core/public/Math/IntVector4.hpp" #include "Core/public/Math/IntVector4.hpp"
#include "Core/public/Math/Point.hpp"
#include "Core/public/Math/IntPoint.hpp"
// --- Matrices ------------------------ // --- Matrices ------------------------
@ -24,6 +27,11 @@
#include "Core/public/Math/Matrix3.hpp" #include "Core/public/Math/Matrix3.hpp"
#include "Core/public/Math/Matrix4.hpp" #include "Core/public/Math/Matrix4.hpp"
// --- Other Math ----------------------
#include "Core/public/Math/Plane.hpp"
#include "Core/public/Math/Line.hpp"
// --- Misc ----------------- // --- Misc -----------------