예제 #1
0
파일: GeoVector.cpp 프로젝트: macsux/XCSoar
GeoVector::GeoVector(const GeoPoint &source, const GeoPoint &target)
{
  *this = source.distance_bearing(target);
}