SleakEngine 1.0.0
C++23 multi-backend game engine
Loading...
Searching...
No Matches
Math.cpp
Go to the documentation of this file.
1#include <Math/Math.hpp>
2
3namespace Sleak {
4 namespace Math {
5
6
7 }
8}
Vectors, matrices, quaternions, colors, AABBs, and random helpers.
Root namespace for everything the engine exposes.
Definition Camera.hpp:10