summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Matrix.h
AgeCommit message (Expand)Author
2021-05-24LibGfx/Matrix: Add inverse() and friendsJelle Raaijmakers
2021-05-13LibGfx+Demos: Make Matrix4x4 a true alias for Matrix<4,T>Stephan Unverwerth
2021-05-13LibGfx: Make Matrix class consistently row-majorStephan Unverwerth
2021-05-08LibGfx: Constexpr Matrices and VectorsHendiadyoin1
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling