LambertResultFinalPositionMotion Property |
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.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Motion<Cartesian> FinalPositionMotion { get; set; }
Public Property FinalPositionMotion As Motion(Of Cartesian)
Get
Set
public:
property Motion<Cartesian> FinalPositionMotion {
Motion<Cartesian> get ();
void set (Motion<Cartesian> value);
}
member FinalPositionMotion : Motion<Cartesian> with get, set
Property Value
Type:
MotionCartesianSee Also