C# Class kOS.AddOns.TrajectoriesAddon.TRWrapper

ファイルを表示 Open project: KSP-KOS/KOS Class Usage Examples

Public Methods

Method Description
CorrectedDirection ( ) : Vector3
ImpactVector ( ) : Vector3?
PlannedDirection ( ) : Vector3
SetTarget ( double lat, double lon, double alt ) : void
Wrapped ( ) : BooleanValue

Private Methods

Method Description
GetType ( string name ) : Type
init ( ) : void

Method Details

CorrectedDirection() public static method

public static CorrectedDirection ( ) : Vector3
return Vector3

ImpactVector() public static method

public static ImpactVector ( ) : Vector3?
return Vector3?

PlannedDirection() public static method

public static PlannedDirection ( ) : Vector3
return Vector3

SetTarget() public static method

public static SetTarget ( double lat, double lon, double alt ) : void
lat double
lon double
alt double
return void

Wrapped() public static method

public static Wrapped ( ) : BooleanValue
return kOS.Safe.Encapsulation.BooleanValue