Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public Motion<Cartesian> FinalPositionMotion { get; set; }

Property Value

Type: MotionCartesian
See Also