Uses of Class
org.hipparchus.geometry.euclidean.threed.FieldRotation
Package
Description
This package provides basic 3D geometry components.
-
Uses of FieldRotation in org.hipparchus.geometry.euclidean.threed
Modifier and TypeMethodDescriptionFieldRotation.applyInverseTo
(FieldRotation<T> r) Apply the inverse of the instance to another rotation.FieldRotation.applyInverseTo
(Rotation r) Apply the inverse of the instance to another rotation.static <T extends CalculusFieldElement<T>>
FieldRotation<T>FieldRotation.applyInverseTo
(Rotation rOuter, FieldRotation<T> rInner) Apply the inverse of a rotation to another rotation.FieldRotation.applyTo
(FieldRotation<T> r) Apply the instance to another rotation.Apply the instance to another rotation.static <T extends CalculusFieldElement<T>>
FieldRotation<T>FieldRotation.applyTo
(Rotation r1, FieldRotation<T> rInner) Apply a rotation to another rotation.FieldRotation.compose
(FieldRotation<T> r, RotationConvention convention) Compose the instance with another rotation.FieldRotation.compose
(Rotation r, RotationConvention convention) Compose the instance with another rotation.FieldRotation.composeInverse
(FieldRotation<T> r, RotationConvention convention) Compose the inverse of the instance with another rotation.FieldRotation.composeInverse
(Rotation r, RotationConvention convention) Compose the inverse of the instance with another rotation.static <T extends CalculusFieldElement<T>>
FieldRotation<T>FieldRotation.getIdentity
(Field<T> field) Get identity rotation.FieldRotation.revert()
Revert a rotation.Modifier and TypeMethodDescriptionFieldRotation.applyInverseTo
(FieldRotation<T> r) Apply the inverse of the instance to another rotation.static <T extends CalculusFieldElement<T>>
FieldRotation<T>FieldRotation.applyInverseTo
(Rotation rOuter, FieldRotation<T> rInner) Apply the inverse of a rotation to another rotation.FieldRotation.applyTo
(FieldRotation<T> r) Apply the instance to another rotation.static <T extends CalculusFieldElement<T>>
FieldRotation<T>FieldRotation.applyTo
(Rotation r1, FieldRotation<T> rInner) Apply a rotation to another rotation.FieldRotation.compose
(FieldRotation<T> r, RotationConvention convention) Compose the instance with another rotation.FieldRotation.composeInverse
(FieldRotation<T> r, RotationConvention convention) Compose the inverse of the instance with another rotation.static <T extends CalculusFieldElement<T>>
TFieldRotation.distance
(FieldRotation<T> r1, FieldRotation<T> r2) Compute the distance between two rotations.<T extends CalculusFieldElement<T>>
T[]RotationOrder.getAngles
(FieldRotation<T> rotation, RotationConvention convention) Get the Cardan or Euler angles corresponding to the instance.