public interface AttitudeProvider
An attitude provider provides a way to compute an Attitude
from an date and position-velocity local provider.
Modifier and Type | Method and Description |
---|---|
<T extends CalculusFieldElement<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 getAttitude(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame)
pvProv
- local position-velocity provider around current datedate
- current dateframe
- reference frame from which attitude is computed<T extends CalculusFieldElement<T>> FieldAttitude<T> getAttitude(FieldPVCoordinatesProvider<T> pvProv, FieldAbsoluteDate<T> date, Frame frame)
T
- type of the field elementspvProv
- local position-velocity provider around current datedate
- current dateframe
- reference frame from which attitude is computedCopyright © 2002-2022 CS GROUP. All rights reserved.