summaryrefslogtreecommitdiffstats
path: root/src/common/quaternion.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-3/+2
2020-08-28Implement a basic class for motion devicesgerman1-0/+30
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash1-7/+8
2019-02-27common/vector_math: Move Vec[x] types into the Common namespaceLioncash1-3/+3
2019-02-27common/quaternion: Move Quaternion into the Common namespaceLioncash1-2/+2
2018-12-21common/quaternion: Ensure that w is always initializedLioncash1-1/+1
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2017-07-11SwRasterizer: Corrected the light LUT lookups.Subv1-0/+5
2016-12-26Common: add Quaternionwwylele1-0/+44