Go to the source code of this file.
|
CLength | swift::misc::geo::calculateGreatCircleDistance (const ICoordinateGeodetic &coordinate1, const ICoordinateGeodetic &coordinate2) |
| Great circle distance between points.
|
|
CAngle | swift::misc::geo::calculateBearing (const ICoordinateGeodetic &coordinate1, const ICoordinateGeodetic &coordinate2) |
| Initial bearing.
|
|
double | swift::misc::geo::calculateEuclideanDistance (const ICoordinateGeodetic &coordinate1, const ICoordinateGeodetic &coordinate2) |
| Euclidean distance between normal vectors.
|
|
double | swift::misc::geo::calculateEuclideanDistanceSquared (const ICoordinateGeodetic &coordinate1, const ICoordinateGeodetic &coordinate2) |
| Euclidean distance squared between normal vectors, use for more efficient sorting by distance.
|
|