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
/
quaternion.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
math: Initial PMVMat4f port w/ SyncBuffer impl, misc constexpr fixes
Sven Göthel
2024-04-28
1
-4
/
+4
*
math: Mat4f/Quaternion: Use multiple of epsilon max deviation constants
Sven Göthel
2024-04-26
1
-2
/
+2
*
math: Quaternion: Use CamelCase (PascalCase) and complete test_math_quaternio...
Sven Göthel
2024-04-24
1
-31
/
+43
*
math: toString(): Use spacing ..
Sven Göthel
2024-04-24
1
-1
/
+1
*
math: Use templates, fix alignment and 'iterator' (pointer) r/w access; enfor...
Sven Göthel
2024-04-15
1
-207
/
+301
*
Fix macro header name (to be included once)
Sven Göthel
2024-04-15
1
-3
/
+3
*
math: Quaternion: Simplify toEuler(); Make toMatrix() const; Add toMatrix(Mat...
Sven Göthel
2024-04-13
1
-12
/
+20
*
math: Quaternion: Use operator overloading for +=, -= and *= and +, -, *; Dro...
Sven Göthel
2024-04-13
1
-48
/
+65
*
math: Quaternion::set() must be constexpr
Sven Göthel
2024-04-13
1
-1
/
+1
*
math: Fix Quaternion::dot(): typo w -> m_w
Sven Göthel
2024-04-13
1
-1
/
+1
*
math: Add std::ostream operator<<(..) to all types; string_util: Add [v]forma...
Sven Göthel
2024-04-13
1
-0
/
+5
*
math: Migrate linear algebra + float IEEE 754 (IEC 559) functionality from gf...
Sven Göthel
2024-04-13
1
-0
/
+1070