Method | Description | |
---|---|---|
AddToVessel ( Vessel v ) : void | ||
FromExisting ( Vessel v, ManeuverNode existingNode, SharedObjects shared ) : |
||
GetBurnVector ( ) : kOS.Suffixed.Vector | ||
Node ( double time, double radialOut, double normal, double prograde, SharedObjects shareObj ) : System | ||
Remove ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
CheckNodeRef ( ) : void | ||
FromNodeRef ( ) : void | ||
InitializeSuffixes ( ) : void | ||
Node ( ) : System | ||
Node ( SharedObjects shared ) : System | ||
Node ( Vessel v, ManeuverNode existingNode, SharedObjects shareObj ) : System | ||
ToNodeRef ( ) : void | ||
UpdateNodeDeltaV ( ) : void |
public static FromExisting ( Vessel v, ManeuverNode existingNode, SharedObjects shared ) : |
||
v | Vessel | |
existingNode | ManeuverNode | |
shared | SharedObjects | |
return |
public GetBurnVector ( ) : kOS.Suffixed.Vector | ||
return | kOS.Suffixed.Vector |
public Node ( double time, double radialOut, double normal, double prograde, SharedObjects shareObj ) : System | ||
time | double | |
radialOut | double | |
normal | double | |
prograde | double | |
shareObj | SharedObjects | |
return | System |