diff options
author | Stephan Unverwerth <s.unverwerth@gmx.de> | 2021-05-13 21:33:17 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-13 22:24:42 +0200 |
commit | c2d84efaae6adea228d562800d7840f26726c441 (patch) | |
tree | 92d2be3b23e536991872748514f71f1cb20b522e /Userland/Applets | |
parent | 0833db08745f45e89d9ac14901336884b8662255 (diff) | |
download | serenity-c2d84efaae6adea228d562800d7840f26726c441.zip |
LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T>
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>.
Diffstat (limited to 'Userland/Applets')
0 files changed, 0 insertions, 0 deletions