summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Vector3.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 component wise * and / operators to Vector3 and Vector4Stephan Unverwerth
2021-05-08LibGfx: Constexpr Matrices and VectorsHendiadyoin1
2021-05-08LibGfx: Add some missing operators to Vector3 Vector4 and Matrix4x4Stephan Unverwerth
2021-05-08LibGfx: Mark Vector3 class finalStephan Unverwerth
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling