| Method | Description |
|---|---|
| org.hipparchus.geometry.euclidean.threed.FieldRotation.getAngles(RotationOrder) |
as of 3.6, replaced with
FieldRotation.getAngles(RotationOrder, RotationConvention) |
| org.hipparchus.geometry.euclidean.threed.Rotation.getAngles(RotationOrder) |
as of 3.6, replaced with
Rotation.getAngles(RotationOrder, RotationConvention) |
| org.hipparchus.geometry.euclidean.threed.FieldRotation.getAxis() |
as of 3.6, replaced with
FieldRotation.getAxis(RotationConvention) |
| org.hipparchus.geometry.euclidean.threed.Rotation.getAxis() |
as of 3.6, replaced with
Rotation.getAxis(RotationConvention) |
| org.hipparchus.geometry.spherical.oned.ArcsSet.side(Arc) |
as of 3.6, replaced with
ArcsSet.split(Arc).ArcsSet.Split.getSide() |
| Constructor | Description |
|---|---|
| org.hipparchus.geometry.euclidean.threed.FieldRotation(FieldVector3D<T>, T) |
as of 3.6, replaced with
FieldRotation(FieldVector3D, RealFieldElement, RotationConvention) |
| org.hipparchus.geometry.euclidean.threed.FieldRotation(RotationOrder, T, T, T) | |
| org.hipparchus.geometry.euclidean.threed.Rotation(RotationOrder, double, double, double) |
as of 3.6, replaced with
Rotation(RotationOrder, RotationConvention, double, double, double) |
| org.hipparchus.geometry.euclidean.threed.Rotation(Vector3D, double) |
as of 3.6, replaced with
Rotation(Vector3D, double, RotationConvention) |
Copyright © 2016–2018 Hipparchus.org. All rights reserved.