AircraftMotionElementApplyManeuver Method |
Produces a point
PropagationStateElement that uses the provided maneuver definition to compute the derivatives for integration.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic PropagationPointElement ApplyManeuver(
Maneuver maneuver
)
Public Function ApplyManeuver (
maneuver As Maneuver
) As PropagationPointElement
public:
PropagationPointElement^ ApplyManeuver(
Maneuver^ maneuver
)
member ApplyManeuver :
maneuver : Maneuver -> PropagationPointElement
Parameters
- maneuver
- Type: AGI.Foundation.AircraftPropagationManeuver
The maneuver definition which will define the derivatives for integration.
Return Value
Type:
PropagationPointElementThe point propagation state element.
See Also