mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
refs #291, member method great circle distance
This commit is contained in:
@@ -258,7 +258,7 @@ namespace BlackMisc
|
||||
*/
|
||||
const CLength &CAtcStation::calculcateDistanceToPlane(const CCoordinateGeodetic &position)
|
||||
{
|
||||
this->m_distanceToPlane = greatCircleDistance(this->m_position, position);
|
||||
this->m_distanceToPlane = Geo::greatCircleDistance(this->m_position, position);
|
||||
return this->m_distanceToPlane;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user