Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public InitialOrbitSolverResults SolveForAllVelocities(
	Cartesian position1,
	Cartesian position2,
	Cartesian position3
)

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: InitialOrbitSolverResults
The results containing the motion of each input position.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if any of the input positions are Zero or Undefined.
See Also