C# 클래스 Fhnw.Ecnf.RoutePlanner.RoutePlannerLib.WayPoint

파일 보기 프로젝트 열기: platzhersh/FHNW-Java-Projekte 1 사용 예제들

공개 메소드들

메소드 설명
Distance ( WayPoint target ) : Double
ToString ( ) : string
WayPoint ( string name, double latitude, double longitude ) : System
operator ( ) : WayPoint

비공개 메소드들

메소드 설명
ConvertToRadians ( double angle ) : double

메소드 상세

Distance() 공개 메소드

public Distance ( WayPoint target ) : Double
target WayPoint
리턴 Double

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WayPoint() 공개 메소드

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

operator() 공개 정적인 메소드

public static operator ( ) : WayPoint
리턴 WayPoint