Property | Type | Description | |
---|---|---|---|
Body | CelestialBody | ||
Lat | double | ||
Lng | double | ||
Vessel | Vessel |
Method | Description | |
---|---|---|
DistanceFrom ( Vessel Vessel ) : double | ||
GeoCoordinates ( Vessel vessel ) : System | ||
GeoCoordinates ( Vessel vessel, double lat, double lng ) : System | ||
GeoCoordinates ( Vessel vessel, float lat, float lng ) : System | ||
GetBearing ( Vessel vessel ) : float | ||
GetHeadingFromVessel ( Vessel vessel ) : float | ||
GetSuffix ( string suffixName ) : object | ||
ToString ( ) : string |
public DistanceFrom ( Vessel Vessel ) : double | ||
Vessel | Vessel | |
return | double |
public GeoCoordinates ( Vessel vessel ) : System | ||
vessel | Vessel | |
return | System |
public GeoCoordinates ( Vessel vessel, double lat, double lng ) : System | ||
vessel | Vessel | |
lat | double | |
lng | double | |
return | System |
public GeoCoordinates ( Vessel vessel, float lat, float lng ) : System | ||
vessel | Vessel | |
lat | float | |
lng | float | |
return | System |
public GetHeadingFromVessel ( Vessel vessel ) : float | ||
vessel | Vessel | |
return | float |
public GetSuffix ( string suffixName ) : object | ||
suffixName | string | |
return | object |