Click or drag to resize

LambertResultInitialPositionMotion Property

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.

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> InitialPositionMotion { get; set; }

Property Value

Type: MotionCartesian
See Also