SphereCalculus.h 249 Bytes
Newer Older
1 2
#ifndef SphereCalculus_H
#define SphereCalculus_H
3
#endif // SphereCalculus_H
4 5 6 7 8 9 10 11

#include <QObject>
#include <QGeoCoordinate>
#include <QPointF>
#include <QLineF>

#include "QGCGeo.h"

12
#include "PlanimetryCalculus.h"
13

14
namespace  SphereCalculus {
15

16

17
}
18 19