aboutsummaryrefslogtreecommitdiffstats
path: root/include/jau/math/mat4f.hpp
Commit message (Expand)AuthorAgeFilesLines
* cleanup C++20: Cleanup and test Exception* OO tree, ensure only one std::exce...Sven Göthel2024-05-191-2/+2
* math Matrix4f: Fix setToRotationAxis() 0.9f -> zero, typoSven Göthel2024-05-101-1/+1
* math: Fix and test Matrix4::mapWinToObj, unit test test_math_mat4f_10_project01Sven Göthel2024-04-291-2/+2
* math: Matrix4: Reuse copy methods, incr-pointer instead of array-indexSven Göthel2024-04-281-85/+61
* math: mat4f: Complete static multi Matrix ops; Misc fixesSven Göthel2024-04-281-52/+49
* math: Mat4f: Use proper Vec3 template type; Started multi Matrix opsSven Göthel2024-04-261-87/+79
* math: Mat4f: Refine constexpr, add translate/scale methods. TODO: Static mult...Sven Göthel2024-04-261-126/+21
* math: Mat4f: toString() default w/ 13.9f formatting; Reuse load method for as...Sven Göthel2024-04-261-6/+2
* math: Mat4f/Quaternion: Use multiple of epsilon max deviation constantsSven Göthel2024-04-261-0/+8
* math: Mat4f tests: Add test_math_mat4f_01 (simple); test_math_mat4f_02_perf (...Sven Göthel2024-04-251-0/+1
* math: Use templates, fix alignment and 'iterator' (pointer) r/w access; enfor...Sven Göthel2024-04-151-616/+503
* Fix macro header name (to be included once)Sven Göthel2024-04-151-3/+3
* math: Mat4f: Add get{Column|Row} w/o passing result storage; Add operator*(co...Sven Göthel2024-04-131-1/+41
* math: Add std::ostream operator<<(..) to all types; string_util: Add [v]forma...Sven Göthel2024-04-131-0/+15
* math: AffineTransform: Use epsilon aware is_zero() and equals() operationsSven Göthel2024-04-131-4/+0
* math: Migrate linear algebra + float IEEE 754 (IEC 559) functionality from gf...Sven Göthel2024-04-131-0/+2087