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

0.5.0 Release notes

Compare
Choose a tag to compare
@SylvainBertrand SylvainBertrand released this 27 Sep 23:19
· 78 commits to develop since this release

The main focus of this release is on orientations.

  • Introduced an extended interface architecture for 3D orientations to improve consistency across the different representations of orientation, new interfaces: Orientation3DBasics and Orientation3DReadOnly.
  • Multiplication between different types of orientation is now available: append and prepend in Orientation3DBasics.
  • Setters and getters for orientations with a rotation vector have been renamed when necessary to setRotationVector(…) and getRotationVector(…) to be more explicit and consistent.
  • Added EuclidHashCodeTools to centralize computation of hash-codes.
  • Improved documentation.