mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 12:44:58 +00:00
![]() Matrix4x4 was defined as a derived class of Matrix<N,T> before. Furthermore, some code was duplicated and it was overall just messy. This commit turns Matrix4x4 into a simple alias for Matrix<4,T>. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Cube.cpp |