Click or drag to resize

LambertOrbitSolver Methods

The LambertOrbitSolver type exposes the following members.

Methods
  NameDescription
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.)
Public methodLambertHodograph
This function accomplishes 180 deg transfer(and 360 deg) for the Lambert problem.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSolveFixedDurationTransfer(Cartesian, Cartesian, Duration, Int32, LambertPathType, OrbitDirectionType)
Solves the classic Lambert problem with the specified number of revolutions.
Public methodSolveFixedDurationTransfer(Cartesian, Cartesian, Duration, Int32, LambertPathType, OrbitDirectionType, Cartesian)
Solves the classic Lambert problem with the specified number of revolutions.
Public methodSolveMinimumDurationMultipleRevolutionTransfer(Cartesian, Cartesian, Int32, LambertPathType, OrbitDirectionType)
Solves the constrained Lambert problem given the input. Solver is constrained to return the minimum-duration, multiple-revolution solution.
Public methodSolveMinimumDurationMultipleRevolutionTransfer(Cartesian, Cartesian, Int32, LambertPathType, OrbitDirectionType, Cartesian)
Solves the constrained Lambert problem given the input. Solver is constrained to return the minimum-duration, multiple-revolution solution.
Public methodSolveMinimumEccentricityTransfer(Cartesian, Cartesian)
Solves the constrained Lambert problem given the input. The solver is constrained to return the minimum eccentricity orbit.
Public methodSolveMinimumEccentricityTransfer(Cartesian, Cartesian, Cartesian)
Solves the constrained Lambert problem given the input. The solver is constrained to return the minimum eccentricity orbit.
Public methodSolveMinimumEnergyTransfer(Cartesian, Cartesian)
Solves the constrained Lambert problem given the input. The solver is constrained to return the minimum energy solution.
Public methodSolveMinimumEnergyTransfer(Cartesian, Cartesian, Cartesian)
Solves the constrained Lambert problem given the input. The solver is constrained to return the minimum energy solution.
Public methodSolveParabolicTransfer(Cartesian, Cartesian, OrbitDirectionType)
Solves the constrained Lambert problem given the input. Solver is constrained to return the parabolic solution.
Public methodSolveParabolicTransfer(Cartesian, Cartesian, OrbitDirectionType, Cartesian)
Solves the constrained Lambert problem given the input. Solver is constrained to return the parabolic solution.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also