InitialOrbitSolverSolveForAllVelocities Method (Cartesian, Cartesian, Cartesian) |
Solves the initial orbit determination problem using the Gibbs method.
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 SolveForAllVelocities(
Cartesian position1,
Cartesian position2,
Cartesian position3
)
Public Function SolveForAllVelocities (
position1 As Cartesian,
position2 As Cartesian,
position3 As Cartesian
) As InitialOrbitSolverResults
public:
InitialOrbitSolverResults^ SolveForAllVelocities(
Cartesian position1,
Cartesian position2,
Cartesian position3
)
member SolveForAllVelocities :
position1 : Cartesian *
position2 : Cartesian *
position3 : Cartesian -> InitialOrbitSolverResults
Parameters
- position1
- Type: AGI.Foundation.CoordinatesCartesian
The first position in the orbit. - position2
- Type: AGI.Foundation.CoordinatesCartesian
The second position in the orbit. - position3
- Type: AGI.Foundation.CoordinatesCartesian
The third position in the orbit.
Return Value
Type:
InitialOrbitSolverResultsThe results containing the motion of each input position.
Exceptions See Also