C# Class MapAround.Geography.UnitSphere

The unit sphere.
Afficher le fichier Open project: gkrsu/maparound.core Class Usage Examples

Méthodes publiques

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

Method Details

GetArcPoints() public static méthode

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
Résultat List

LatLonToGeocentric() public static méthode

public static LatLonToGeocentric ( double latRad, double lonRad ) : Vector3
latRad double
lonRad double
Résultat Vector3

Latitude() public static méthode

public static Latitude ( Vector3 p ) : double
p Vector3
Résultat double

Longitude() public static méthode

public static Longitude ( Vector3 p ) : double
p Vector3
Résultat double