aboutsummaryrefslogtreecommitdiffstats
path: root/include/jau/math/util
Commit message (Collapse)AuthorAgeFilesLines
* cleanup C++20: Cleanup and test Exception* OO tree, ensure only one ↵Sven Göthel2024-05-191-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öthel2024-05-102-16/+19
|
* math_error.hpp: Move to jau::math, which also fixed the (doxygen) Math Group ↵Sven Göthel2024-04-301-1/+1
| | | | (must reside under one namespace)
* math: Make PMVMatrix4 a template class, typedef'ed using float to PMVMat4f ↵Sven Göthel2024-04-282-249/+240
| | | | (Similar w/ SyncMatrix4 and SyncMatrices4); Update related unit tests
* math: Initial PMVMat4f port w/ SyncBuffer impl, misc constexpr fixesSven Göthel2024-04-282-0/+1430
|
* math sstack: Add MatrixStack<T>Sven Göthel2024-04-281-4/+61
|
* math: Add SimpleStack ...Sven Göthel2024-04-151-0/+115