Difference between revisions of "API:PatchedConicSolver"
From Kerbal Space Program Wiki
(add complete class PatchedConicSolver) |
m (+category;) |
||
Line 128: | Line 128: | ||
}} | }} | ||
{{MethodsEnd}} | {{MethodsEnd}} | ||
+ | |||
+ | [[Category:Community API Documentation]] |
Revision as of 23:10, 16 April 2014
Properties
The following are public properties available in PatchedConicSolver.
Signature | Description |
---|---|
Orbit LastActivePatch { get; } | |
Orbit orbit { get; } |
Fields
The following is a list of publically-accessible fields in PatchedConicSolver. This includes protected items, which can be accessed by subclasses.
Signature | Description |
---|---|
bool debug_disableEscapeCheck | |
List<Orbit> flightPlan | |
int GeoSolverIterations | |
List<ManeuverNode> maneuverNodes | Array containing nodes maneuvers. |
int maxGeometrySolverIterations | |
int maxTimeSolverIterations | |
int maxTotalPatches | |
bool MorePatchesAhead | |
OrbitDriver obtDriver | |
double outerReaches | |
List<Orbit> patches | |
int patchesAhead | |
CelestialBody targetBody | |
int TimeSolverIterations1 | |
int TimeSolverIterations2 |
Methods
The following are methods included in PatchedConicSolver.
Signature | Description |
---|---|
ManeuverNode AddManeuverNode(double UT) | |
void DecreasePatchLimit() | |
void IncreasePatchLimit() | |
void RemoveManeuverNode(ManeuverNode node) | |
void Update() | |
void UpdateFlightPlan() |