Add Plane / Line / ...
This commit is contained in:
parent
8e581571b4
commit
5bb287425b
@ -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 -----------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user