Click or drag to resize

BallisticPropagatorConfigureFromApogeeAltitude Method (Cartesian, Double)

Populates the InitialVelocity and FinalTime values for the trajectory which, at apogee, reaches the specified altitude.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public BallisticPropagatorSolutionType ConfigureFromApogeeAltitude(
	Cartesian targetPositionFixed,
	double apogeeAltitude
)

Parameters

targetPositionFixed
Type: AGI.Foundation.CoordinatesCartesian
The target position in the CentralBody's fixed frame.
apogeeAltitude
Type: SystemDouble
The desired altitude of the trajectory's apogee, in meters.

Return Value

Type: BallisticPropagatorSolutionType
An enumeration which reports whether the calculation successfully met the provided constraint, or contains an alternative solution or best guess.
See Also