C# Class kOS.GeoCoordinates

Inheritance: Structure
Afficher le fichier Open project: Nivekk/KOS Class Usage Examples

Méthodes publiques

Свойство Type Description
Body CelestialBody
Lat double
Lng double
Vessel Vessel

Méthodes publiques

Méthode 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

Method Details

DistanceFrom() public méthode

public DistanceFrom ( Vessel Vessel ) : double
Vessel Vessel
Résultat double

GeoCoordinates() public méthode

public GeoCoordinates ( Vessel vessel ) : System
vessel Vessel
Résultat System

GeoCoordinates() public méthode

public GeoCoordinates ( Vessel vessel, double lat, double lng ) : System
vessel Vessel
lat double
lng double
Résultat System

GeoCoordinates() public méthode

public GeoCoordinates ( Vessel vessel, float lat, float lng ) : System
vessel Vessel
lat float
lng float
Résultat System

GetBearing() public méthode

public GetBearing ( Vessel vessel ) : float
vessel Vessel
Résultat float

GetHeadingFromVessel() public méthode

public GetHeadingFromVessel ( Vessel vessel ) : float
vessel Vessel
Résultat float

GetSuffix() public méthode

public GetSuffix ( string suffixName ) : object
suffixName string
Résultat object

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Body public_oe property

public CelestialBody Body
Résultat CelestialBody

Lat public_oe property

public double Lat
Résultat double

Lng public_oe property

public double Lng
Résultat double

Vessel public_oe property

public Vessel Vessel
Résultat Vessel