AircraftReferenceStateToMotionInFixedFrame Method |
Converts the reference state of the aircraft into motion with respect to the fixed frame of the
HeightReferenceSurface.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Motion<Cartesian> ToMotionInFixedFrame(
WindModel winds
)
Public Function ToMotionInFixedFrame (
winds As WindModel
) As Motion(Of Cartesian)
public:
Motion<Cartesian> ToMotionInFixedFrame(
WindModel^ winds
)
member ToMotionInFixedFrame :
winds : WindModel -> Motion<Cartesian>
Parameters
- winds
- Type: AGI.Foundation.CelestialWindModel
The wind model for the local atmosphere.
Return Value
Type:
MotionCartesianThe
MotionT in the fixed frame of the central body.
Exceptions See Also