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: 25.1.421.0 (25.1.421.0)
Syntax
public BallisticPropagator(
	CentralBody centralBody,
	double gravitationalParameter,
	JulianDate initialTime,
	Cartesian initialPositionInertial
)

Parameters

centralBody
Type: AGI.Foundation.Celestial.CentralBody
The central body that the initial and target points are located on.
gravitationalParameter
Type: System.Double
The gravitational parameter of the central body.
initialTime
Type: AGI.Foundation.Time.JulianDate
The time at which the object will leave the initial position.
initialPositionInertial
Type: AGI.Foundation.Coordinates.Cartesian
The beginning of the trajectory, in the inertial frame of the central body.
See Also