Uses of Class
org.orekit.utils.FieldAngularCoordinates
-
Packages that use FieldAngularCoordinates Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.utils This package provides useful objects. -
-
Uses of FieldAngularCoordinates in org.orekit.attitudes
Constructors in org.orekit.attitudes with parameters of type FieldAngularCoordinates Constructor Description FieldAttitude(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 FieldAngularCoordinates Modifier and Type Method Description FieldAngularCoordinates<T>
FieldTransform. getAngular()
Get the underlying elementary angular part.Constructors in org.orekit.frames with parameters of type FieldAngularCoordinates Constructor Description FieldTransform(FieldAbsoluteDate<T> date, FieldAngularCoordinates<T> angular)
Build a rotation transform. -
Uses of FieldAngularCoordinates in org.orekit.utils
Subclasses of FieldAngularCoordinates in org.orekit.utils Modifier and Type Class Description class
TimeStampedFieldAngularCoordinates<T extends CalculusFieldElement<T>>
time-stamped
version ofFieldAngularCoordinates
.Methods in org.orekit.utils that return FieldAngularCoordinates Modifier and Type Method Description FieldAngularCoordinates<T>
FieldAngularCoordinates. 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<T>
FieldAngularCoordinates. revert()
Revert a rotation / rotation rate / rotation acceleration triplet.FieldAngularCoordinates<T>
FieldAngularCoordinates. shiftedBy(double dt)
Get a time-shifted state.FieldAngularCoordinates<T>
FieldAngularCoordinates. shiftedBy(T dt)
Get a time-shifted state.FieldAngularCoordinates<T>
FieldAngularCoordinates. subtractOffset(FieldAngularCoordinates<T> offset)
Subtract an offset from the instance.Methods in org.orekit.utils with parameters of type FieldAngularCoordinates Modifier and Type Method Description FieldAngularCoordinates<T>
FieldAngularCoordinates. addOffset(FieldAngularCoordinates<T> offset)
Add an offset from the instance.TimeStampedFieldAngularCoordinates<T>
TimeStampedFieldAngularCoordinates. addOffset(FieldAngularCoordinates<T> offset)
Add an offset from the instance.FieldAngularCoordinates<T>
FieldAngularCoordinates. subtractOffset(FieldAngularCoordinates<T> offset)
Subtract an offset from the instance.TimeStampedFieldAngularCoordinates<T>
TimeStampedFieldAngularCoordinates. subtractOffset(FieldAngularCoordinates<T> offset)
Subtract an offset from the instance.
-