bettola/vendor/glm/gtc/matrix_transform.inl
Ritchie Cunningham dc4dd650a4 feat(renderer) Render player quad with projection
this allows us to render a player controlled entity on screen using a 2D
projection
2025-09-12 22:46:17 +01:00

4 lines
85 B
C++

#include "../geometric.hpp"
#include "../trigonometric.hpp"
#include "../matrix.hpp"