InitialOrbitSolverSolve 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic Motion<Cartesian> Solve(
	Cartesian position1,
	Cartesian position2,
	Cartesian position3
)
Public Function Solve ( 
	position1 As Cartesian,
	position2 As Cartesian,
	position3 As Cartesian
) As Motion(Of Cartesian)
public:
Motion<Cartesian> Solve(
	Cartesian position1, 
	Cartesian position2, 
	Cartesian position3
)
member Solve : 
        position1 : Cartesian * 
        position2 : Cartesian * 
        position3 : Cartesian -> Motion<Cartesian> 
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: 
MotionCartesianThe motion for 
position2, that determines the orbit.
Exceptions
See Also