C# Class kOS.Suffixed.Node

Inheritance: Structure
Afficher le fichier Open project: KSP-KOS/KOS Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public AddToVessel ( Vessel v ) : void
v Vessel
Résultat void

FromExisting() public static méthode

public static FromExisting ( Vessel v, ManeuverNode existingNode, SharedObjects shared ) : Node
v Vessel
existingNode ManeuverNode
shared SharedObjects
Résultat Node

GetBurnVector() public méthode

public GetBurnVector ( ) : kOS.Suffixed.Vector
Résultat kOS.Suffixed.Vector

Node() public méthode

public Node ( double time, double radialOut, double normal, double prograde, SharedObjects shareObj ) : System
time double
radialOut double
normal double
prograde double
shareObj SharedObjects
Résultat System

Remove() public méthode

public Remove ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string