Click or drag to resize

AircraftMotionElement Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AircraftMotionElement(
	string id,
	AircraftReferenceState initialState,
	WindModel winds
)

Parameters

id
Type: SystemString
A unique string identifying this position in the integration output.
initialState
Type: AGI.Foundation.AircraftPropagationAircraftReferenceState
The state at the starting epoch of propagation.
winds
Type: AGI.Foundation.CelestialWindModel
The wind model to be applied when converting the state to the fixed frame.
See Also