LambertResult Class |
Namespace: AGI.Foundation.Propagators
The LambertResult type exposes the following members.
Name | Description | |
---|---|---|
LambertResult | Initializes a new instance of the LambertResult class |
Name | Description | |
---|---|---|
FinalPositionMotion |
Gets or sets the final motion as computed by the LambertOrbitSolver.
In the case of the targeting problem, the velocity computed here is the proximity velocity to get the chase vehicle to velocity match the target when it reaches the target.
| |
InitialPositionMotion |
Gets or sets the initial motion as computed by the LambertOrbitSolver.
In the case of the targeting problem, the velocity computed here is the transfer velocity to get the chase vehicle to the target vehicle.
| |
TimeOfFlight |
Gets or sets the time of flight between the InitialPositionMotion and FinalPositionMotion.
|
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.) |