aboutsummaryrefslogtreecommitdiffstats
path: root/include/jau/math/util
Commit message (Expand)AuthorAgeFilesLines
* cleanup C++20: Cleanup and test Exception* OO tree, ensure only one std::exce...Sven Göthel2024-05-191-6/+6
* 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
* math: Make PMVMatrix4 a template class, typedef'ed using float to PMVMat4f (S...Sven Göthel2024-04-282-249/+240
* 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