Interface ThrustDirectionProvider
-
- All Known Implementing Classes:
ConstantThrustDirectionProvider
public interface ThrustDirectionProvider
Interface to compute the thrust direction of a maneuver.- Since:
- 10.2
- Author:
- Mikael Fillastre, Andrea Fiorentino
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vector3D
computeThrustDirection(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame)
Compute the thrust direction corresponding to an orbital state.
-
-
-
Method Detail
-
computeThrustDirection
Vector3D computeThrustDirection(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame)
Compute the thrust direction corresponding to an orbital state.- Parameters:
pvProv
- local position-velocity provider around current datedate
- current dateframe
- reference frame from which attitude is computed- Returns:
- direction thrust direction at the specified date and position-velocity state
-
-