Closed korken89 closed 3 years ago
Merging #90 (5aab6d1) into main (bbee5cf) will decrease coverage by
0.44%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## main #90 +/- ##
==========================================
- Coverage 56.90% 56.45% -0.45%
==========================================
Files 38 38
Lines 884 891 +7
==========================================
Hits 503 503
- Misses 381 388 +7
Impacted Files | Coverage Δ | |
---|---|---|
src/quaternion.rs | 0.00% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update bbee5cf...5aab6d1. Read the comment docs.
Thanks!
Hi,
I added the bog-standard Quaternion -> Euler angles conversion (https://en.wikipedia.org/wiki/Conversion_between_quaternions_and_Euler_angles) Not sure how "unity" constraints are viewed in this library, so I went with the simplest approach.