InitialOrbitSolverResults Constructor |
Initializes the results data container.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public InitialOrbitSolverResults(
Motion<Cartesian> position1Motion,
Motion<Cartesian> position2Motion,
Motion<Cartesian> position3Motion
)
Public Sub New (
position1Motion As Motion(Of Cartesian),
position2Motion As Motion(Of Cartesian),
position3Motion As Motion(Of Cartesian)
)
public:
InitialOrbitSolverResults(
Motion<Cartesian> position1Motion,
Motion<Cartesian> position2Motion,
Motion<Cartesian> position3Motion
)
new :
position1Motion : Motion<Cartesian> *
position2Motion : Motion<Cartesian> *
position3Motion : Motion<Cartesian> -> InitialOrbitSolverResults
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