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

Show file Open project: platzhersh/FHNW-Java-Projekte Class Usage Examples

Public Methods

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

Private Methods

Method Description
ConvertToRadians ( double angle ) : double

Method Details

Distance() public method

public Distance ( WayPoint target ) : Double
target WayPoint
return Double

ToString() public method

public ToString ( ) : string
return string

WayPoint() public method

public WayPoint ( string name, double latitude, double longitude ) : System
name string
latitude double
longitude double
return System

operator() public static method

public static operator ( ) : WayPoint
return WayPoint