Click or drag to resize

AircraftStateElementConverter Constructor (String, MotionInt32, Cartesian, Cartesian, Ellipsoid, MotionDouble)

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 AircraftStateElementConverter(
	string identification,
	Motion<int[]> stateIndices,
	Cartesian initialPosition,
	Cartesian initialVelocity,
	Ellipsoid ellipsoid,
	Motion<double[]> weights
)

Parameters

identification
Type: SystemString
A string identifying this instance in the overall output.
stateIndices
Type: AGI.FoundationMotionInt32
The indices of the individual values and their derivatives in the overall state.
initialPosition
Type: AGI.Foundation.CoordinatesCartesian
The position of the aircraft in the fixed frame of the central body at the epoch of the overall NumericalPropagatorDefinition.
initialVelocity
Type: AGI.Foundation.CoordinatesCartesian
The velocity of the aircraft in the fixed frame of the central body at the epoch of the overall NumericalPropagatorDefinition.
ellipsoid
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The ellipsoidal shape of the central body.
weights
Type: AGI.FoundationMotionDouble
A set of weights associated with each value in the state to use when performing adaptive step control with an AdaptiveNumericalIntegrator.
See Also