Click or drag to resize

PropagationEulerianAxesIntegrationAxes Property

Gets a Axes which is parameterized on the attitude and angular velocity in the state during integration. This axes is only valid while the NumericalPropagator is running. For more general use, a AxesInterpolator or a RotationalMotionInterpolator should be created from the NumericalPropagationStateHistory produced by the propagator.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Axes IntegrationAxes { get; }

Property Value

Type: Axes
See Also