summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Quad.h
AgeCommit message (Collapse)Author
2022-04-07LibGfx: Add Gfx::Quad<T> to represent arbitrary quadrilateralsAndreas Kling
This comes with a very barebones API for now. You can ask for the bounding rect of the quad, and also check if a point is inside of it.