Click or drag to resize

BallisticTrajectoryInformation Properties

The BallisticTrajectoryInformation type exposes the following members.

Properties
  NameDescription
Public propertyApogeeAltitude
Gets the altitude of the object at the apogee of its trajectory, in meters.
Public propertyAzimuth
Gets the azimuth angle of the direction of the object's departure from the InitialPosition, in radians.
Public propertyCentralBody
Gets the central body that the InitialPosition and FinalPosition of the trajectory are located on.
Public propertyDeltaV
Gets the magnitude of the impulsive velocity change at the start of the trajectory in meters per second. This value assumes the object was initially motionless in the CentralBody's fixed frame.
Public propertyElevation
Gets the elevation angle of the direction of the object's departure from the InitialPosition, in radians.
Public propertyFinalConditionsFixed
Gets the position and velocity at the FinalTime, in the CentralBody's fixed frame.
Public propertyFinalConditionsInertial
Gets the position and velocity at the FinalTime, in the CentralBody's inertial frame.
Public propertyFinalPosition
Gets the final or target position, as a Cartographic in the CentralBody's fixed frame.
Public propertyFinalTime
Gets the time at which the object arrives at the FinalPosition
Public propertyFlightDuration
Gets the duration of the flight from the InitialPosition to the FinalPosition
Public propertyGravitationalParameter
Gets the gravitational parameter of the CentralBody.
Public propertyInitialConditionsFixed
Gets the position and velocity at the InitialTime, in the CentralBody's fixed frame.
Public propertyInitialConditionsInertial
Gets the position and velocity at the InitialTime, in the CentralBody's inertial frame.
Public propertyInitialPosition
Gets the initial position, as a Cartographic in the CentralBody's fixed frame.
Public propertyInitialTime
Gets the time at which the object leaves the InitialPosition
Top
See Also