LambertOrbitSolver Methods |
The LambertOrbitSolver type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LambertHodograph |
This function accomplishes 180 deg transfer(and 360 deg) for the Lambert problem.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SolveFixedDurationTransfer(Cartesian, Cartesian, Duration, Int32, LambertPathType, OrbitDirectionType) |
Solves the classic Lambert problem with the specified number of revolutions.
| |
SolveFixedDurationTransfer(Cartesian, Cartesian, Duration, Int32, LambertPathType, OrbitDirectionType, Cartesian) |
Solves the classic Lambert problem with the specified number of revolutions.
| |
SolveMinimumDurationMultipleRevolutionTransfer(Cartesian, Cartesian, Int32, LambertPathType, OrbitDirectionType) |
Solves the constrained Lambert problem given the input. Solver is constrained to return the minimum-duration,
multiple-revolution solution.
| |
SolveMinimumDurationMultipleRevolutionTransfer(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.
| |
SolveMinimumEccentricityTransfer(Cartesian, Cartesian) |
Solves the constrained Lambert problem given the input. The solver is constrained to return the minimum eccentricity orbit.
| |
SolveMinimumEccentricityTransfer(Cartesian, Cartesian, Cartesian) |
Solves the constrained Lambert problem given the input. The solver is constrained to return the minimum eccentricity orbit.
| |
SolveMinimumEnergyTransfer(Cartesian, Cartesian) |
Solves the constrained Lambert problem given the input. The solver is constrained to return the minimum energy solution.
| |
SolveMinimumEnergyTransfer(Cartesian, Cartesian, Cartesian) |
Solves the constrained Lambert problem given the input. The solver is constrained to return the minimum energy solution.
| |
SolveParabolicTransfer(Cartesian, Cartesian, OrbitDirectionType) |
Solves the constrained Lambert problem given the input. Solver is constrained to return the parabolic solution.
| |
SolveParabolicTransfer(Cartesian, Cartesian, OrbitDirectionType, Cartesian) |
Solves the constrained Lambert problem given the input. Solver is constrained to return the parabolic solution.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |