mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
refs #291, member method great circle distance
This commit is contained in:
@@ -42,6 +42,8 @@ namespace BlackMisc
|
||||
return this->longitude().toQString(true);
|
||||
}
|
||||
|
||||
//! Great circle distance
|
||||
BlackMisc::PhysicalQuantities::CLength greatCircleDistance(const ICoordinateGeodetic &otherCoordinate);
|
||||
};
|
||||
|
||||
//! Great circle distance between points
|
||||
|
||||
Reference in New Issue
Block a user