InitialOrbitSolverResultsPosition3Motion Property |
Gets the motion for the third position in the orbit.
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> Position3Motion { get; }
Public ReadOnly Property Position3Motion As Motion(Of Cartesian)
Get
public:
property Motion<Cartesian> Position3Motion {
Motion<Cartesian> get ();
}
member Position3Motion : Motion<Cartesian> with get
Property Value
Type:
MotionCartesianSee Also