Skip to content
This repository was archived by the owner on Dec 19, 2022. It is now read-only.

0.6.0 Release notes

Pre-release
Pre-release
Compare
Choose a tag to compare
@SylvainBertrand SylvainBertrand released this 27 Sep 22:57
· 34 commits to develop since this release

The main focus of this pre-release is performance and re-structuration of the Matrix3D interfaces to simplify the implementation of custom 3D matrices.

  • Removed deprecated methods.
  • Introduced CommonMatrix3DBasics which replaces Matrix3DBasics from 0.5.1. Matrix3DBasics is now dedicated for general purpose 3D matrices, i.e. Matrix3D, with an extended API.
  • Orientation3DBasics is now Clearable
  • Optimized RotationMatrix multiplication with chance of increasing numerical errors.
  • RigidBodyTransform now keeps track of the state of the rotation and translation. When their negligible, operations are simplified.
  • Introduced website documentation accessible at https://ihmcrobotics.github.io/docs/docshome.html.