1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-07 15:23:22 +02:00
GPXSee/src/common/greatcircle.h

12 lines
200 B
C
Raw Normal View History

#ifndef GREATCIRCLE_H
#define GREATCIRCLE_H
#include "coordinates.h"
namespace GreatCircle
{
Coordinates pointAt(const Coordinates &c1, const Coordinates &c2, double f);
}
#endif // GREATCIRCLE_H