Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math: Make PMVMatrix4 a template class, typedef'ed using float to PMVMat4f (S... | Sven Göthel | 2024-04-28 | 1 | -8/+0 |
* | math sstack: Add MatrixStack<T> | Sven Göthel | 2024-04-28 | 1 | -21/+0 |
* | math: Add SimpleStack ... | Sven Göthel | 2024-04-15 | 1 | -0/+19 |
* | math: Use templates, fix alignment and 'iterator' (pointer) r/w access; enfor... | Sven Göthel | 2024-04-15 | 1 | -1/+58 |
* | math: Fix vec3f::angle() [add const]; test_math_vec: Add Vec3f angle tests vi... | Sven Göthel | 2024-04-13 | 1 | -0/+66 |
* | math: Add std::ostream operator<<(..) to all types; string_util: Add [v]forma... | Sven Göthel | 2024-04-13 | 1 | -22/+15 |
* | math: Migrate linear algebra + float IEEE 754 (IEC 559) functionality from gf... | Sven Göthel | 2024-04-13 | 1 | -0/+74 |