Uses of Class
org.orekit.forces.maneuvers.propulsion.PolynomialThrustSegment
-
Packages that use PolynomialThrustSegment Package Description org.orekit.forces.maneuvers.propulsion This package provides propulsion models intended to be used with classManeuver
. -
-
Uses of PolynomialThrustSegment in org.orekit.forces.maneuvers.propulsion
Constructor parameters in org.orekit.forces.maneuvers.propulsion with type arguments of type PolynomialThrustSegment Constructor Description ProfileThrustPropulsionModel(TimeSpanMap<PolynomialThrustSegment> profile, double isp, Control3DVectorCostType control3DVectorCostType, String name)
Generic constructor.
-