Click or drag to resize

BallisticTrajectoryInformation Class

An object with many metrics that describe a ballistic trajectory from an initial point to a target point.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.PropagatorsBallisticTrajectoryInformation

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class BallisticTrajectoryInformation

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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also