Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup C++20: Cleanup and test Exception* OO tree, ensure only one ↵ | Sven Göthel | 2024-05-19 | 1 | -6/+6 |
| | | | | std::exception OO tree instance is included (as they are not using virtual base classes) | ||||
* | math: Resolve clang-tidy warnings and add PMVMat4f const getter variants. | Sven Göthel | 2024-05-10 | 2 | -16/+19 |
| | |||||
* | math_error.hpp: Move to jau::math, which also fixed the (doxygen) Math Group ↵ | Sven Göthel | 2024-04-30 | 1 | -1/+1 |
| | | | | (must reside under one namespace) | ||||
* | math: Make PMVMatrix4 a template class, typedef'ed using float to PMVMat4f ↵ | Sven Göthel | 2024-04-28 | 2 | -249/+240 |
| | | | | (Similar w/ SyncMatrix4 and SyncMatrices4); Update related unit tests | ||||
* | math: Initial PMVMat4f port w/ SyncBuffer impl, misc constexpr fixes | Sven Göthel | 2024-04-28 | 2 | -0/+1430 |
| | |||||
* | math sstack: Add MatrixStack<T> | Sven Göthel | 2024-04-28 | 1 | -4/+61 |
| | |||||
* | math: Add SimpleStack ... | Sven Göthel | 2024-04-15 | 1 | -0/+115 |