Click or drag to resize

BallisticPropagator Constructor (CentralBody, Double, JulianDate, Cartesian)

Initializes a new instance. This constructor sets the CentralBody, GravitationalParameter, InitialTime, and InitialPosition properties. FinalTime and InitialVelocity must be set prior to calling CreatePoint or GetEvaluator(EvaluatorGroup), either directly or through the relevant configuration methods.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public BallisticPropagator(
	CentralBody centralBody,
	double gravitationalParameter,
	JulianDate initialTime,
	Cartesian initialPositionInertial
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body that the initial and target points are located on.
gravitationalParameter
Type: SystemDouble
The gravitational parameter of the central body.
initialTime
Type: AGI.Foundation.TimeJulianDate
The time at which the object will leave the initial position.
initialPositionInertial
Type: AGI.Foundation.CoordinatesCartesian
The beginning of the trajectory, in the inertial frame of the central body.
See Also