summaryrefslogtreecommitdiffstats
path: root/src/common/quaternion.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-21common/quaternion: Ensure that w is always initializedLioncash1-1/+1
Previously xyz was always being zero initialized due to its constructor, but w wasn't. Ensures that we always have a deterministic initial state.
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