C# Class kOS.Suffixed.Node

Inheritance: Structure
Show file Open project: KSP-KOS/KOS Class Usage Examples

Public Methods

Method Description
AddToVessel ( Vessel v ) : void
FromExisting ( Vessel v, ManeuverNode existingNode, SharedObjects shared ) : Node
GetBurnVector ( ) : kOS.Suffixed.Vector
Node ( double time, double radialOut, double normal, double prograde, SharedObjects shareObj ) : System
Remove ( ) : void
ToString ( ) : string

Private Methods

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

Method Details

AddToVessel() public method

public AddToVessel ( Vessel v ) : void
v Vessel
return void

FromExisting() public static method

public static FromExisting ( Vessel v, ManeuverNode existingNode, SharedObjects shared ) : Node
v Vessel
existingNode ManeuverNode
shared SharedObjects
return Node

GetBurnVector() public method

public GetBurnVector ( ) : kOS.Suffixed.Vector
return kOS.Suffixed.Vector

Node() public method

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

Remove() public method

public Remove ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string