C# Class KerbalEngineer.Flight.Readouts.Surface.ImpactProcessor

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

Public Methods

Method Description
ACosh ( double x ) : double
RequestUpdate ( ) : void
Update ( ) : void

Private Methods

Method Description
NormAngle ( double ang ) : double
RadiusDirection ( double theta ) : UnityEngine.Vector3d
TimeToPeriapsis ( double theta ) : double

Method Details

ACosh() public static method

public static ACosh ( double x ) : double
x double
return double

RequestUpdate() public static method

public static RequestUpdate ( ) : void
return void

Update() public method

public Update ( ) : void
return void