BallisticPropagator Constructor (CentralBody, Double, JulianDate, Cartesian) | 
  
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic BallisticPropagator(
	CentralBody centralBody,
	double gravitationalParameter,
	JulianDate initialTime,
	Cartesian initialPositionInertial
)
Public Sub New ( 
	centralBody As CentralBody,
	gravitationalParameter As Double,
	initialTime As JulianDate,
	initialPositionInertial As Cartesian
)
public:
BallisticPropagator(
	CentralBody^ centralBody, 
	double gravitationalParameter, 
	JulianDate initialTime, 
	Cartesian initialPositionInertial
)
new : 
        centralBody : CentralBody * 
        gravitationalParameter : float * 
        initialTime : JulianDate * 
        initialPositionInertial : Cartesian -> BallisticPropagatorParameters
- 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