Uses of Class
org.orekit.forces.maneuvers.propulsion.ThrustDirectionAndAttitudeProvider
-
Packages that use ThrustDirectionAndAttitudeProvider Package Description org.orekit.forces.maneuvers This package provides models of simple maneuvers.org.orekit.forces.maneuvers.propulsion This package provides propulsion models intended to be used with classManeuver. -
-
Uses of ThrustDirectionAndAttitudeProvider in org.orekit.forces.maneuvers
Methods in org.orekit.forces.maneuvers that return ThrustDirectionAndAttitudeProvider Modifier and Type Method Description ThrustDirectionAndAttitudeProviderConfigurableLowThrustManeuver. getThrustDirectionProvider()Getter on Thrust direction and spacecraft attitude provided by an external object.Constructors in org.orekit.forces.maneuvers with parameters of type ThrustDirectionAndAttitudeProvider Constructor Description ConfigurableLowThrustManeuver(ThrustDirectionAndAttitudeProvider thrustDirectionProvider, ManeuverTriggers trigger, double thrust, double isp)Constructor. -
Uses of ThrustDirectionAndAttitudeProvider in org.orekit.forces.maneuvers.propulsion
Methods in org.orekit.forces.maneuvers.propulsion that return ThrustDirectionAndAttitudeProvider Modifier and Type Method Description static ThrustDirectionAndAttitudeProviderThrustDirectionAndAttitudeProvider. buildFromCustomAttitude(AttitudeProvider attitudeProvider, Vector3D direction)Build a ThrustDirectionAndAttitudeProvider where the attitude is provided by an external.static ThrustDirectionAndAttitudeProviderThrustDirectionAndAttitudeProvider. buildFromDirectionInFrame(Frame thrustDirectionFrame, ThrustDirectionProvider variableDirectionInFrame, Vector3D thrusterAxisInSatelliteFrame)Build a ThrustDirectionAndAttitudeProvider by a variable direction in a custom frame.static ThrustDirectionAndAttitudeProviderThrustDirectionAndAttitudeProvider. buildFromDirectionInLOF(LOF thrustDirectionLof, ThrustDirectionProvider variableDirectionInFrame, Vector3D thrusterAxisInSatelliteFrame)Build a ThrustDirectionAndAttitudeProvider by a variable direction in a Local Orbital Frame.static ThrustDirectionAndAttitudeProviderThrustDirectionAndAttitudeProvider. buildFromFixedDirectionInSatelliteFrame(Vector3D direction)Build a ThrustDirectionAndAttitudeProvider from a fixed direction in the satellite frame.
-