Click or drag to resize

AircraftStateElementConverter Constructor (String, Motion<Int32[]>, Cartesian, Cartesian, Ellipsoid, Motion<Double[]>)

Initializes a new instance.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public AircraftStateElementConverter(
	string identification,
	Motion<int[]> stateIndices,
	Cartesian initialPosition,
	Cartesian initialVelocity,
	Ellipsoid ellipsoid,
	Motion<double[]> weights
)

Parameters

identification
Type: System.String
A string identifying this instance in the overall output.
stateIndices
Type: AGI.Foundation.Motion<Int32[]>
The indices of the individual values and their derivatives in the overall state.
initialPosition
Type: AGI.Foundation.Coordinates.Cartesian
The position of the aircraft in the fixed frame of the central body at the epoch of the overall NumericalPropagatorDefinition.
initialVelocity
Type: AGI.Foundation.Coordinates.Cartesian
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.Shapes.Ellipsoid
The ellipsoidal shape of the central body.
weights
Type: AGI.Foundation.Motion<Double[]>
A set of weights associated with each value in the state to use when performing adaptive step control with an AdaptiveNumericalIntegrator.
See Also