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: 24.2.419.0 (24.2.419.0)
Syntax public 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