C# Class KerbalEngineer.Flight.Readouts.Rendezvous.RendezvousProcessor

Inheritance: IUpdatable, IUpdateRequest
Afficher le fichier Open project: CYBUTEK/KerbalEngineer Class Usage Examples

Méthodes publiques

Méthode Description
RequestUpdate ( ) : void

Request and update to calculate the details.

Update ( ) : void

Updates the details by recalculating if requested.

Private Methods

Méthode Description
CalcInterceptAngle ( Orbit targetOrbit, Orbit originOrbit ) : double
GetAscendingNode ( Orbit targetOrbit, Orbit originOrbit ) : Vector3d
GetDescendingNode ( Orbit targetOrbit, Orbit originOrbit ) : Vector3d

Method Details

RequestUpdate() public static méthode

Request and update to calculate the details.
public static RequestUpdate ( ) : void
Résultat void

Update() public méthode

Updates the details by recalculating if requested.
public Update ( ) : void
Résultat void