Uses of Class
org.orekit.control.indirect.shooting.boundary.FixedTimeBoundaryOrbits
Packages that use FixedTimeBoundaryOrbits
Package
Description
This package provides routines to solve indirect optimal control within the frame of orbital mechanics, using shooting methods.
-
Uses of FixedTimeBoundaryOrbits in org.orekit.control.indirect.shooting
Constructors in org.orekit.control.indirect.shooting with parameters of type FixedTimeBoundaryOrbitsModifierConstructorDescriptionprotectedAbstractFixedBoundaryCartesianSingleShooting(ShootingPropagationSettings propagationSettings, FixedTimeBoundaryOrbits boundaryConditions, CartesianBoundaryConditionChecker conditionChecker) Constructor with boundary conditions as orbits.NewtonFixedBoundaryCartesianSingleShooting(ShootingPropagationSettings propagationSettings, FixedTimeBoundaryOrbits boundaryConditions, CartesianBoundaryConditionChecker convergenceChecker) Constructor with boundary conditions as orbits.