Closed tarcieri closed 3 years ago
Merging #86 (f92e44b) into main (9f2dd2a) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #86 +/- ##
=======================================
Coverage 57.42% 57.42%
=======================================
Files 38 38
Lines 876 876
=======================================
Hits 503 503
Misses 373 373
Impacted Files | Coverage Δ | |
---|---|---|
src/quaternion.rs | 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 9f2dd2a...f92e44b. Read the comment docs.
Added
Vector
subtraction support (#71)F32
newtype (#72, #75)num-traits
support (#80)Quaternion::dot
and::inv
(#81)Vector3d
ops forQuaternion
(#82)Quaternion::magnitude
,::scale
,::to_array
, and::IDENTITY
(#83)Quaternion::axis_angle
(#84)Quaternion::new
(#85)Changed
Vector
types (#69)Quaternion
opaque and module private (#70, #85)Fixed
acos()
behavior for zero/negative (#79)