Kerbal Space Program
1.12.4
|
Public Member Functions | |
void | AttachGizmo (GameObject gizmoPrefab, PatchedConicRenderer renderer) |
void | DetachGizmo () |
Vector3d | GetBurnVector (Orbit currentOrbit) |
Vector3d | GetPartialDv () |
Adjust the Vectorial DV of a node that partially changed, and tries to set the same orbit as before to reach it the (try) is because as soon as a vessel generates any dv, the "exact" same orbit may be no longer possible if not made properly. More... | |
void | Load (ConfigNode node) |
void | OnGizmoUpdated (Vector3d dV, double ut) |
void | RemoveSelf () |
void | Save (ConfigNode node) |
Public Attributes | |
ManeuverGizmo | attachedGizmo |
Vector3d | DeltaV |
Quaternion | nodeRotation |
Orbit | patch |
bool | refocusCamera = true |
MapObject | scaledSpaceTarget |
PatchedConicSolver | solver |
double | UT |
Properties | |
double | startBurnIn [get, set] |
|
inline |
|
inline |
|
inline |
Adjust the Vectorial DV of a node that partially changed, and tries to set the same orbit as before to reach it the (try) is because as soon as a vessel generates any dv, the "exact" same orbit may be no longer possible if not made properly.
|
inline |
Implements IConfigNode.
|
inline |
|
inline |
|
inline |
Implements IConfigNode.
ManeuverGizmo ManeuverNode.attachedGizmo |
Vector3d ManeuverNode.DeltaV |
Quaternion ManeuverNode.nodeRotation |
Orbit ManeuverNode.patch |
bool ManeuverNode.refocusCamera = true |
MapObject ManeuverNode.scaledSpaceTarget |
PatchedConicSolver ManeuverNode.solver |
double ManeuverNode.UT |
|
getset |