Click or drag to resize

LambertResult Class

Contains the results produced by the LambertOrbitSolver.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.PropagatorsLambertResult

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 LambertResult

The LambertResult type exposes the following members.

Constructors
  NameDescription
Public methodLambertResult
Initializes a new instance of the LambertResult class
Top
Properties
  NameDescription
Public propertyFinalPositionMotion
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.
Public propertyInitialPositionMotion
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.
Public propertyTimeOfFlight
Gets or sets the time of flight between the InitialPositionMotion and FinalPositionMotion.
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