Uses of Enum
org.hipparchus.geometry.euclidean.threed.RotationOrder
Package
Description
This package provides basic 3D geometry components.
-
Uses of RotationOrder in org.hipparchus.geometry.euclidean.threed
Modifier and TypeMethodDescriptionstatic RotationOrder
RotationOrder.getRotationOrder
(String value) Get the rotation order corresponding to a string representation.static RotationOrder
Returns the enum constant of this type with the specified name.static RotationOrder[]
RotationOrder.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionT[]
FieldRotation.getAngles
(RotationOrder order, RotationConvention convention) Get the Cardan or Euler angles corresponding to the instance.double[]
Rotation.getAngles
(RotationOrder order, RotationConvention convention) Get the Cardan or Euler angles corresponding to the instance.ModifierConstructorDescriptionFieldRotation
(RotationOrder order, RotationConvention convention, T alpha1, T alpha2, T alpha3) Build a rotation from three Cardan or Euler elementary rotations.Rotation
(RotationOrder order, RotationConvention convention, double alpha1, double alpha2, double alpha3) Build a rotation from three Cardan or Euler elementary rotations.