Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-07 | LibGfx: Add Gfx::Quad<T> to represent arbitrary quadrilaterals | Andreas 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. |