pyomeca / ezc3d

Easy to use C3D reader/writer for C++, Python and Matlab
https://pyomeca.github.io/Documentation/ezc3d/index.html
MIT License
142 stars 45 forks source link

Added support for Rotation (C++ and Python) #241

Closed pariterre closed 2 years ago

pariterre commented 2 years ago

This change is Reviewable

pariterre commented 2 years ago

Related to #239

codecov[bot] commented 2 years ago

Codecov Report

Merging #241 (f32d7a2) into dev (e68e3ec) will decrease coverage by 0.74%. The diff coverage is 91.58%.

@@            Coverage Diff             @@
##              dev     #241      +/-   ##
==========================================
- Coverage   97.86%   97.11%   -0.75%     
==========================================
  Files          22       29       +7     
  Lines        4728     5202     +474     
==========================================
+ Hits         4627     5052     +425     
- Misses        101      150      +49     
Impacted Files Coverage Δ
include/ezc3d.h 100.00% <ø> (ø)
src/Rotations.cpp 60.46% <60.46%> (ø)
src/RotationsSubframe.cpp 62.50% <62.50%> (ø)
src/RotationsInfo.cpp 82.75% <82.75%> (ø)
src/Parameter.cpp 96.37% <85.71%> (ø)
src/Rotation.cpp 86.20% <86.20%> (ø)
src/Frame.cpp 91.48% <87.50%> (-8.52%) :arrow_down:
src/Point.cpp 96.77% <90.47%> (-3.23%) :arrow_down:
src/Analogs.cpp 100.00% <100.00%> (ø)
src/AnalogsInfo.cpp 100.00% <100.00%> (ø)
... and 17 more

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 e68e3ec...f32d7a2. Read the comment docs.