Click or drag to resize

CartesianStateElementConverter Constructor (String, MotionInt32, MotionCartesian)

Initializes a new instance.

Namespace:  AGI.Foundation.Propagators.Advanced
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CartesianStateElementConverter(
	string identification,
	Motion<int[]> stateIndices,
	Motion<Cartesian> initialState
)

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.
initialState
Type: AGI.FoundationMotionCartesian
The values of the state at the epoch of the overall NumericalPropagatorDefinition.
See Also