Skip to content

SCoRing high

Choose a tag to compare

@EveCharbie EveCharbie released this 08 Jan 08:54
· 198 commits to main since this release
c88cd64

BREAKING CHANGES:

  1. BiomechanicalModel generic interface: there is no need for .values anymore you can directly send the MarkerData (e.g., C3dData).
  2. 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(...)