Uses of Class
org.orekit.utils.AngularCoordinates
Packages that use AngularCoordinates
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 AngularCoordinates in org.orekit.attitudes
Constructors in org.orekit.attitudes with parameters of type AngularCoordinatesModifierConstructorDescriptionAttitude(AbsoluteDate date, Frame referenceFrame, AngularCoordinates orientation) Creates a new instance. -
Uses of AngularCoordinates in org.orekit.frames
Methods in org.orekit.frames that return AngularCoordinatesModifier and TypeMethodDescriptionTransform.getAngular()Get the underlying elementary angular part.Constructors in org.orekit.frames with parameters of type AngularCoordinatesModifierConstructorDescriptionTransform(AbsoluteDate date, AngularCoordinates angular) Build a rotation transform.Transform(AbsoluteDate date, PVCoordinates cartesian, AngularCoordinates angular) Build a transform from its primitive operations. -
Uses of AngularCoordinates in org.orekit.utils
Subclasses of AngularCoordinates in org.orekit.utilsFields in org.orekit.utils declared as AngularCoordinatesModifier and TypeFieldDescriptionstatic final AngularCoordinatesAngularCoordinates.IDENTITYFixed orientation parallel with reference frame (identity rotation, zero rotation rate and acceleration).Methods in org.orekit.utils that return AngularCoordinatesModifier and TypeMethodDescriptionAngularCoordinates.addOffset(AngularCoordinates offset) Add an offset from the instance.static AngularCoordinatesAngularCoordinates.createFromModifiedRodrigues(double[][] r) Convert a modified Rodrigues vector and derivatives to angular coordinates.AngularCoordinates.revert()Revert a rotation/rotation rate/ rotation acceleration triplet.AngularCoordinates.shiftedBy(double dt) Get a time-shifted state.AngularCoordinates.subtractOffset(AngularCoordinates offset) Subtract an offset from the instance.FieldAngularCoordinates.toAngularCoordinates()Convert to a regular angular coordinates.Methods in org.orekit.utils with parameters of type AngularCoordinatesModifier and TypeMethodDescriptionAngularCoordinates.addOffset(AngularCoordinates offset) Add an offset from the instance.TimeStampedAngularCoordinates.addOffset(AngularCoordinates offset) Add an offset from the instance.AngularCoordinates.subtractOffset(AngularCoordinates offset) Subtract an offset from the instance.TimeStampedAngularCoordinates.subtractOffset(AngularCoordinates offset) Subtract an offset from the instance.Constructors in org.orekit.utils with parameters of type AngularCoordinatesModifierConstructorDescriptionFieldAngularCoordinates(Field<T> field, AngularCoordinates ang) Builds a FieldAngularCoordinates from a field and a regular AngularCoordinates.TimeStampedAngularCoordinates(AbsoluteDate date, AngularCoordinates coordinates) Builds a rotation/rotation rate pair.