コード例 #1
0
ファイル: GeoVector.cpp プロジェクト: davidswelt/XCSoar
GeoPoint 
GeoVector::IntermediatePoint(const GeoPoint &source,
                              const fixed distance) const
{
  return source.IntermediatePoint(EndPoint(source), distance);
}