Uses of Class
org.orekit.utils.FieldAngularCoordinates
Packages that use FieldAngularCoordinates
Package
Description
This package provides classes to represent simple attitudes.
This package provides classes to handle frames and transforms between them.
This package provides useful objects.
-
Uses of FieldAngularCoordinates in org.orekit.attitudes
Constructors in org.orekit.attitudes with parameters of type FieldAngularCoordinatesModifierConstructorDescriptionFieldAttitude(FieldAbsoluteDate<T> date, Frame referenceFrame, FieldAngularCoordinates<T> orientation) Creates a new instance. -
Uses of FieldAngularCoordinates in org.orekit.frames
Methods in org.orekit.frames that return FieldAngularCoordinatesModifier and TypeMethodDescriptionFieldTransform.getAngular()Get the underlying elementary angular part.Constructors in org.orekit.frames with parameters of type FieldAngularCoordinatesModifierConstructorDescriptionFieldTransform(FieldAbsoluteDate<T> date, FieldAngularCoordinates<T> angular) Build a rotation transform. -
Uses of FieldAngularCoordinates in org.orekit.utils
Subclasses of FieldAngularCoordinates in org.orekit.utilsModifier and TypeClassDescriptionclassTimeStampedFieldAngularCoordinates<T extends CalculusFieldElement<T>>time-stampedversion ofFieldAngularCoordinates.Methods in org.orekit.utils that return FieldAngularCoordinatesModifier and TypeMethodDescriptionFieldAngularCoordinates.addOffset(FieldAngularCoordinates<T> offset) Add an offset from the instance.static <T extends CalculusFieldElement<T>>
FieldAngularCoordinates<T> FieldAngularCoordinates.createFromModifiedRodrigues(T[][] r) Convert a modified Rodrigues vector and derivatives to angular coordinates.static <T extends CalculusFieldElement<T>>
FieldAngularCoordinates<T> FieldAngularCoordinates.getIdentity(Field<T> field) Fixed orientation parallel with reference frame (identity rotation, zero rotation rate and acceleration).FieldAngularCoordinates.revert()Revert a rotation / rotation rate / rotation acceleration triplet.FieldAngularCoordinates.shiftedBy(double dt) Get a time-shifted state.Get a time-shifted state.FieldAngularCoordinates.subtractOffset(FieldAngularCoordinates<T> offset) Subtract an offset from the instance.Methods in org.orekit.utils with parameters of type FieldAngularCoordinatesModifier and TypeMethodDescriptionFieldAngularCoordinates.addOffset(FieldAngularCoordinates<T> offset) Add an offset from the instance.TimeStampedFieldAngularCoordinates.addOffset(FieldAngularCoordinates<T> offset) Add an offset from the instance.FieldAngularCoordinates.subtractOffset(FieldAngularCoordinates<T> offset) Subtract an offset from the instance.TimeStampedFieldAngularCoordinates.subtractOffset(FieldAngularCoordinates<T> offset) Subtract an offset from the instance.Constructors in org.orekit.utils with parameters of type FieldAngularCoordinatesModifierConstructorDescriptionTimeStampedFieldAngularCoordinates(AbsoluteDate date, FieldAngularCoordinates<T> coordinates) Builds a rotation/rotation rate pair.TimeStampedFieldAngularCoordinates(FieldAbsoluteDate<T> date, FieldAngularCoordinates<T> coordinates) Builds a rotation/rotation rate pair.