| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Now that clang-format makes [[nodiscard]] attributes format sensibly, we
can apply them to several functions within the common library to allow
the compiler to complain about any misuses of the functions.
|
|
|
|
|
| |
These types are within the common library, so they should be using the
Common namespace.
|
|
|
|
|
| |
Quaternion is within the common library, so it should be using the
Common namespace.
|
|
|
|
|
| |
Previously xyz was always being zero initialized due to its constructor,
but w wasn't. Ensures that we always have a deterministic initial state.
|
| |
|
| |
|
|
|