This repository was archived by the owner on Dec 19, 2022. It is now read-only.
0.5.0 Release notes
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
andOrientation3DReadOnly
. - 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(…)
andgetRotationVector(…)
to be more explicit and consistent. - Added
EuclidHashCodeTools
to centralize computation of hash-codes. - Improved documentation.