BallisticTrajectoryInformation Class |
Namespace: AGI.Foundation.Propagators
The BallisticTrajectoryInformation type exposes the following members.
Name | Description | |
---|---|---|
ApogeeAltitude |
Gets the altitude of the object at the apogee of its trajectory, in meters.
| |
Azimuth |
Gets the azimuth angle of the direction of the object's departure from the InitialPosition, in radians.
| |
CentralBody |
Gets the central body that the InitialPosition and FinalPosition of the trajectory are located on.
| |
DeltaV |
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.
| |
Elevation |
Gets the elevation angle of the direction of the object's departure from the InitialPosition, in radians.
| |
FinalConditionsFixed |
Gets the position and velocity at the FinalTime, in the CentralBody's fixed frame.
| |
FinalConditionsInertial |
Gets the position and velocity at the FinalTime, in the CentralBody's inertial frame.
| |
FinalPosition |
Gets the final or target position, as a Cartographic in the CentralBody's fixed frame.
| |
FinalTime |
Gets the time at which the object arrives at the FinalPosition | |
FlightDuration |
Gets the duration of the flight from the InitialPosition to the FinalPosition | |
GravitationalParameter |
Gets the gravitational parameter of the CentralBody.
| |
InitialConditionsFixed |
Gets the position and velocity at the InitialTime, in the CentralBody's fixed frame.
| |
InitialConditionsInertial |
Gets the position and velocity at the InitialTime, in the CentralBody's inertial frame.
| |
InitialPosition |
Gets the initial position, as a Cartographic in the CentralBody's fixed frame.
| |
InitialTime |
Gets the time at which the object leaves the InitialPosition |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |