Click or drag to resize

InitialOrbitSolver Methods

The InitialOrbitSolver type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSolve(Cartesian, Cartesian, Cartesian)
Solves the initial orbit determination problem using the Gibbs method.
Public methodSolve(Cartesian, Cartesian, Cartesian, JulianDate, JulianDate, JulianDate)
Solves the initial orbit determination problem using the Herrick-Gibbs method for closely spaced positions.
Public methodSolveForAllVelocities(Cartesian, Cartesian, Cartesian)
Solves the initial orbit determination problem using the Gibbs method.
Public methodSolveForAllVelocities(Cartesian, Cartesian, Cartesian, JulianDate, JulianDate, JulianDate)
Solves the initial orbit determination problem using the Herrick-Gibbs method for closely spaced positions.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also