Each vessel has a PatchedConicSolver, which stores the predicted patched conics trajectory and any maneuver nodes that currently exist.
More...
Each vessel has a PatchedConicSolver, which stores the predicted patched conics trajectory and any maneuver nodes that currently exist.
| PatchedConicSolver.PatchedConicSolver |
( |
| ) |
|
| ManeuverNode PatchedConicSolver.AddManeuverNode |
( |
double |
UT | ) |
|
Add a maneuver node to the flight plan.
- Parameters
-
| UT | The universal time of the maneuver node. |
- Returns
- A reference to the maneuver node
| void PatchedConicSolver.DecreasePatchLimit |
( |
| ) |
|
| void PatchedConicSolver.IncreasePatchLimit |
( |
| ) |
|
| void PatchedConicSolver.RemoveManeuverNode |
( |
ManeuverNode |
node | ) |
|
Remove a maneuver node from the flight plane.
- Parameters
-
| node | The maneuver node to be removed. |
| void PatchedConicSolver.Update |
( |
| ) |
|
| void PatchedConicSolver.UpdateFlightPlan |
( |
| ) |
|
| bool PatchedConicSolver.debug_disableEscapeCheck |
| List<Orbit> PatchedConicSolver.flightPlan |
| int PatchedConicSolver.GeoSolverIterations |
A list of the maneuver nodes that are currently planned for this vessel.
| int PatchedConicSolver.maxGeometrySolverIterations |
| int PatchedConicSolver.maxTimeSolverIterations |
| int PatchedConicSolver.maxTotalPatches |
| bool PatchedConicSolver.MorePatchesAhead |
| OrbitDriver PatchedConicSolver.obtDriver |
| double PatchedConicSolver.outerReaches |
| List<Orbit> PatchedConicSolver.patches |
| int PatchedConicSolver.patchesAhead |
| int PatchedConicSolver.TimeSolverIterations1 |
| int PatchedConicSolver.TimeSolverIterations2 |
| Orbit PatchedConicSolver.LastActivePatch |
|
get |
| Orbit PatchedConicSolver.orbit |
|
get |
The documentation for this class was generated from the following file: