C# Class Fhnw.Ecnf.RoutePlanner.RoutePlannerLib.WayPoint

Afficher le fichier Open project: platzhersh/FHNW-Java-Projekte Class Usage Examples

Méthodes publiques

Méthode Description
Distance ( WayPoint target ) : Double
ToString ( ) : string
WayPoint ( string name, double latitude, double longitude ) : System
operator ( ) : WayPoint

Private Methods

Méthode Description
ConvertToRadians ( double angle ) : double

Method Details

Distance() public méthode

public Distance ( WayPoint target ) : Double
target WayPoint
Résultat Double

ToString() public méthode

public ToString ( ) : string
Résultat string

WayPoint() public méthode

public WayPoint ( string name, double latitude, double longitude ) : System
name string
latitude double
longitude double
Résultat System

operator() public static méthode

public static operator ( ) : WayPoint
Résultat WayPoint