Property | Type | Description | |
---|---|---|---|
NodeLookup | Node>.Dictionary | ||
Norm | double | ||
Pro | double | ||
RadOut | double | ||
UT | double |
Method | Description | |
---|---|---|
AddToVessel ( Vessel v ) : void | ||
CheckNodeRef ( ) : void | ||
FromExisting ( Vessel v, ManeuverNode existingNode ) : |
||
GetBurnVector ( ) : |
||
GetSuffix ( string suffixName ) : object | ||
Node ( Vessel v, ManeuverNode existingNode ) : System | ||
Node ( double ut, double radialOut, double normal, double prograde ) : System | ||
Remove ( ) : void | ||
SetSuffix ( string suffixName, object value ) : bool | ||
ToString ( ) : string | ||
UpdateAll ( ) : void |
Method | Description | |
---|---|---|
UpdateNodeDeltaV ( ) : void | ||
updateValues ( ) : void |
public static FromExisting ( Vessel v, ManeuverNode existingNode ) : |
||
v | Vessel | |
existingNode | ManeuverNode | |
return |
public GetSuffix ( string suffixName ) : object | ||
suffixName | string | |
return | object |
public Node ( Vessel v, ManeuverNode existingNode ) : System | ||
v | Vessel | |
existingNode | ManeuverNode | |
return | System |
public Node ( double ut, double radialOut, double normal, double prograde ) : System | ||
ut | double | |
radialOut | double | |
normal | double | |
prograde | double | |
return | System |
public SetSuffix ( string suffixName, object value ) : bool | ||
suffixName | string | |
value | object | |
return | bool |