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

Inheritance: IUpdatable, IUpdateRequest
Mostra file Open project: CYBUTEK/KerbalEngineer Class Usage Examples

Public Methods

Method Description
RequestUpdate ( ) : void

Request and update to calculate the details.

Update ( ) : void

Updates the details by recalculating if requested.

Private Methods

Method Description
CalcInterceptAngle ( Orbit targetOrbit, Orbit originOrbit ) : double
GetAscendingNode ( Orbit targetOrbit, Orbit originOrbit ) : Vector3d
GetDescendingNode ( Orbit targetOrbit, Orbit originOrbit ) : Vector3d

Method Details

RequestUpdate() public static method

Request and update to calculate the details.
public static RequestUpdate ( ) : void
return void

Update() public method

Updates the details by recalculating if requested.
public Update ( ) : void
return void