C# 클래스 MapAround.Geography.UnitSphere

The unit sphere.
파일 보기 프로젝트 열기: gkrsu/maparound.core 1 사용 예제들

공개 메소드들

메소드 설명
GetArcPoints ( GeoPoint startPoint, GeoPoint endPoint, double maxAngle ) : List

Calculates the points on the great circle bounded by two points.

LatLonToGeocentric ( double latRad, double lonRad ) : Vector3
Latitude ( Vector3 p ) : double
Longitude ( Vector3 p ) : double

메소드 상세

GetArcPoints() 공개 정적인 메소드

Calculates the points on the great circle bounded by two points.
public static GetArcPoints ( GeoPoint startPoint, GeoPoint endPoint, double maxAngle ) : List
startPoint GeoPoint Starting point of the arc
endPoint GeoPoint The end point of the arc
maxAngle double Maximum permissible angle between the points
리턴 List

LatLonToGeocentric() 공개 정적인 메소드

public static LatLonToGeocentric ( double latRad, double lonRad ) : Vector3
latRad double
lonRad double
리턴 Vector3

Latitude() 공개 정적인 메소드

public static Latitude ( Vector3 p ) : double
p Vector3
리턴 double

Longitude() 공개 정적인 메소드

public static Longitude ( Vector3 p ) : double
p Vector3
리턴 double