SCoRing high
BREAKING CHANGES:
- BiomechanicalModel generic interface: there is no need for
.valuesanymore you can directly send the MarkerData (e.g., C3dData). - All linear algebra classes do not need to be instanciated anymore
rt_matric = RotoTransMatrix()
rt_matrix.from_euler_angles_and_translations(...)becomes
rt_matric = RotoTransMatrix.from_euler_angles_and_translations(...)