Serializable, AttitudeProviderpublic class FixedRate extends Object implements AttitudeProvider
This attitude provider is a simple linear extrapolation from an initial
orientation, a rotation axis and a rotation rate. All this elements can be
specified as a simple reference attitude.
Instances of this class are guaranteed to be immutable.
| Constructor | Description |
|---|---|
FixedRate(Attitude referenceAttitude) |
Creates a 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.
|
Attitude |
getReferenceAttitude() |
Get the reference attitude.
|
public FixedRate(Attitude referenceAttitude)
referenceAttitude - attitude at reference datepublic 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 computedpublic Attitude getReferenceAttitude()
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.