index
:
jaulib.git
jaulib
master
Support Library (C++, Java, ..)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
jau
/
math
/
mat4f.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup C++20: Cleanup and test Exception* OO tree, ensure only one std::exce...
Sven Göthel
2024-05-19
1
-2
/
+2
*
math Matrix4f: Fix setToRotationAxis() 0.9f -> zero, typo
Sven Göthel
2024-05-10
1
-1
/
+1
*
math: Fix and test Matrix4::mapWinToObj, unit test test_math_mat4f_10_project01
Sven Göthel
2024-04-29
1
-2
/
+2
*
math: Matrix4: Reuse copy methods, incr-pointer instead of array-index
Sven Göthel
2024-04-28
1
-85
/
+61
*
math: mat4f: Complete static multi Matrix ops; Misc fixes
Sven Göthel
2024-04-28
1
-52
/
+49
*
math: Mat4f: Use proper Vec3 template type; Started multi Matrix ops
Sven Göthel
2024-04-26
1
-87
/
+79
*
math: Mat4f: Refine constexpr, add translate/scale methods. TODO: Static mult...
Sven Göthel
2024-04-26
1
-126
/
+21
*
math: Mat4f: toString() default w/ 13.9f formatting; Reuse load method for as...
Sven Göthel
2024-04-26
1
-6
/
+2
*
math: Mat4f/Quaternion: Use multiple of epsilon max deviation constants
Sven Göthel
2024-04-26
1
-0
/
+8
*
math: Mat4f tests: Add test_math_mat4f_01 (simple); test_math_mat4f_02_perf (...
Sven Göthel
2024-04-25
1
-0
/
+1
*
math: Use templates, fix alignment and 'iterator' (pointer) r/w access; enfor...
Sven Göthel
2024-04-15
1
-616
/
+503
*
Fix macro header name (to be included once)
Sven Göthel
2024-04-15
1
-3
/
+3
*
math: Mat4f: Add get{Column|Row} w/o passing result storage; Add operator*(co...
Sven Göthel
2024-04-13
1
-1
/
+41
*
math: Add std::ostream operator<<(..) to all types; string_util: Add [v]forma...
Sven Göthel
2024-04-13
1
-0
/
+15
*
math: AffineTransform: Use epsilon aware is_zero() and equals() operations
Sven Göthel
2024-04-13
1
-4
/
+0
*
math: Migrate linear algebra + float IEEE 754 (IEC 559) functionality from gf...
Sven Göthel
2024-04-13
1
-0
/
+2087