Click or drag to resize

InitialOrbitSolverResults Constructor

Initializes the results data container.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public InitialOrbitSolverResults(
	Motion<Cartesian> position1Motion,
	Motion<Cartesian> position2Motion,
	Motion<Cartesian> position3Motion
)

Parameters

position1Motion
Type: AGI.FoundationMotionCartesian
The motion for the first position in the orbit.
position2Motion
Type: AGI.FoundationMotionCartesian
The motion for the second position in the orbit.
position3Motion
Type: AGI.FoundationMotionCartesian
The motion for the third position in the orbit.
See Also