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.2.419.0 (24.2.419.0)
Syntax public Motion<Cartesian> InitialPositionMotion { get; set; }
Public Property InitialPositionMotion As Motion(Of Cartesian)
Get
Set
public:
property Motion<Cartesian> InitialPositionMotion {
Motion<Cartesian> get ();
void set (Motion<Cartesian> value);
}
member InitialPositionMotion : Motion<Cartesian> with get, set
Property Value
Type:
MotionCartesianSee Also