Serializable, AttitudeProviderpublic class InertialProvider extends Object implements AttitudeProvider
Instances of this class are guaranteed to be immutable.
| Modifier and Type | Field | Description |
|---|---|---|
static InertialProvider |
EME2000_ALIGNED |
Dummy attitude provider, perfectly aligned with the EME2000 frame.
|
| Constructor | Description |
|---|---|
InertialProvider(org.hipparchus.geometry.euclidean.threed.Rotation rotation) |
Creates new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
<T extends org.hipparchus.RealFieldElement<T>> |
getAttitude(FieldPVCoordinatesProvider<T> pvProv,
FieldAbsoluteDate<T> date,
Frame frame) |
Compute the attitude corresponding to an orbital state.
|
Attitude |
getAttitude(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame) |
Compute the attitude corresponding to an orbital state.
|
public static final InertialProvider EME2000_ALIGNED
public InertialProvider(org.hipparchus.geometry.euclidean.threed.Rotation rotation)
rotation - rotation from EME2000 to the desired satellite framepublic Attitude getAttitude(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame)
getAttitude in interface AttitudeProviderpvProv - local position-velocity provider around current datedate - current dateframe - reference frame from which attitude is computedpublic <T extends org.hipparchus.RealFieldElement<T>> FieldAttitude<T> getAttitude(FieldPVCoordinatesProvider<T> pvProv, FieldAbsoluteDate<T> date, Frame frame)
getAttitude in interface AttitudeProviderT - type of the field elementspvProv - local position-velocity provider around current datedate - current dateframe - reference frame from which attitude is computedCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.