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 |
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 |
public static LatLonToGeocentric ( double latRad, double lonRad ) : Vector3 | ||
latRad | double | |
lonRad | double | |
Résultat | Vector3 |
public static Latitude ( Vector3 p ) : double | ||
p | Vector3 | |
Résultat | double |
public static Longitude ( Vector3 p ) : double | ||
p | Vector3 | |
Résultat | double |