Click or drag to resize

LambertResult.InitialPositionMotion 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: 25.1.421.0 (25.1.421.0)
Syntax
public Motion<Cartesian> InitialPositionMotion { get; set; }

Property Value

Type: Motion<Cartesian>
See Also