summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/AffineTransform.cpp
AgeCommit message (Expand)Author
2020-07-27LibGfx: Templatize Point, Size, and RectMatthew Olsson
2020-06-26LibGfx: Teach AffineTransform how to rotate and multiplyAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-04-12LibGfx: Add a basic AffineTransform classAndreas Kling