summaryrefslogtreecommitdiff
path: root/src/common/quaternion.h
AgeCommit message (Collapse)Author
2019-02-26common/vector_math: Move Vec[x] types into the Common namespaceLioncash
These types are within the common library, so they should be using the Common namespace.
2019-02-26common/quaternion: Move Quaternion into the Common namespaceLioncash
Quaternion is within the common library, so it should be using the Common namespace.
2018-12-21common/quaternion: Ensure that w is always initializedLioncash
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-20Format: Run the new clang format on everythingJames Rowe
2017-07-11SwRasterizer: Corrected the light LUT lookups.Subv
2016-12-26Common: add Quaternionwwylele