Uses of Enum
org.hipparchus.geometry.euclidean.threed.RotationOrder
Packages that use RotationOrder
Package
Description
 This package provides basic 3D geometry components.
- 
Uses of RotationOrder in org.hipparchus.geometry.euclidean.threed
Methods in org.hipparchus.geometry.euclidean.threed that return RotationOrderModifier and TypeMethodDescriptionstatic RotationOrderRotationOrder.getRotationOrder(String value) Get the rotation order corresponding to a string representation.static RotationOrderReturns 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.Methods in org.hipparchus.geometry.euclidean.threed with parameters of type RotationOrderModifier 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.Constructors in org.hipparchus.geometry.euclidean.threed with parameters of type RotationOrderModifierConstructorDescriptionFieldRotation(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.