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
- 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 typeYawPitchRoll
. - 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)