aboutsummaryrefslogtreecommitdiff
path: root/src/math/mat4.cpp
Commit message (Collapse)AuthorAgeFilesLines
* renamed MathVector{2,3,4} to Vector{2,3,4} and Mat4 to Matrix4 in engine::mathvimene2023-12-031-17/+17
|
* added namespaces, made every function in engine.cpp static and added ↵vimene2023-11-261-1/+3
| | | | warnings' flags
* improved matrices, cube building and command parsingvimene2023-11-261-0/+39
|
* added matricesvimene2023-11-261-0/+98