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 -> BallisticPropagator
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