Méthode | Description | |
---|---|---|
Bearing ( double lat1, double lon1, double lat2, double lon2 ) : double | ||
Bearing ( this p1, |
||
DistanceInKilometres ( this p1, |
||
DistanceInMetres ( this p1, |
||
Offset ( System.Vector3 point, Rectangle bounds, Viewport viewport, System.Matrix projection, System.Matrix view, System.Matrix currentAttitude ) : |
||
ToBearing ( this radians ) : double | ||
ToDegrees ( this radians ) : double | ||
ToRad ( this degrees ) : double |
Méthode | Description | |
---|---|---|
HaversineInKM ( double lat1, double long1, double lat2, double long2 ) : double | ||
HaversineInM ( double lat1, double long1, double lat2, double long2 ) : int |
public static Bearing ( double lat1, double lon1, double lat2, double lon2 ) : double | ||
lat1 | double | |
lon1 | double | |
lat2 | double | |
lon2 | double | |
Résultat | double |
public static Bearing ( this p1, |
||
p1 | this | |
p2 | ||
Résultat | double |
public static DistanceInKilometres ( this p1, |
||
p1 | this | |
p2 | ||
Résultat | double |
public static DistanceInMetres ( this p1, |
||
p1 | this | |
p2 | ||
Résultat | double |
public static Offset ( System.Vector3 point, Rectangle bounds, Viewport viewport, System.Matrix projection, System.Matrix view, System.Matrix currentAttitude ) : |
||
point | System.Vector3 | |
bounds | Rectangle | |
viewport | Viewport | |
projection | System.Matrix | |
view | System.Matrix | |
currentAttitude | System.Matrix | |
Résultat |
public static ToBearing ( this radians ) : double | ||
radians | this | |
Résultat | double |
public static ToDegrees ( this radians ) : double | ||
radians | this | |
Résultat | double |
public static ToRad ( this degrees ) : double | ||
degrees | this | |
Résultat | double |