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

0.7.0 Release notes

Pre-release
Pre-release
Compare
Choose a tag to compare
@SylvainBertrand SylvainBertrand released this 10 Nov 21:07
· 3 commits to develop since this release
  • Bugfix for Matrix3DFeatures, Double.NaN values were not properly handled.
  • Implemented the new orientation type: YawPitchRoll.
  • Generalize methods that weren't using Orientation3DBasics/Orientation3DReadOnly
  • Deprecated methods using double[] as argument or return type for passing yaw-pitch-roll angles. Use the new and safer type YawPitchRoll.
  • Non backward compatible changes:
    • double[] EuclidCoreRandomTools.nextYawPitchRoll(Random) becomes => double[] EuclidCoreRandomTools.nextYawPitchRollArray(Random)
    • double[] EuclidCoreRandomTools.nextYawPitchRoll(Random, double, double, double) becomes => double[] EuclidCoreRandomTools.nextYawPitchRollArray(Random, double, double, double)