summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Vector2.h
AgeCommit message (Expand)Author
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-06-24LibGfx: Don't `constexpr` functions returning StringsDaniel Bertalan
2021-05-29Everywhere: Use s.unverwerth@serenityos.org :^)Stephan Unverwerth
2021-05-15LibGfx/Vector*: Implement FormattersJelle Raaijmakers
2021-05-13LibGfx: Add Vector2 classStephan Unverwerth