summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/AffineTransform.h
AgeCommit message (Collapse)Author
2020-04-12LibGfx: Add a basic AffineTransform classAndreas Kling
We can now perform some basic 2D transforms through an affine matrix. This patch adds translate() and scale() :^)