mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Revert changes to gmath.h
This commit is contained in:
parent
53dbca2a35
commit
5ec617366b
5
external/nmea/gmath.h
vendored
5
external/nmea/gmath.h
vendored
@ -28,7 +28,6 @@
|
||||
#define NMEA_GMATH_H
|
||||
|
||||
#include "info.h"
|
||||
#include <qgis_core.h>
|
||||
|
||||
#define NMEA_PI (3.141592653589793) //!< PI value
|
||||
#define NMEA_PI180 (NMEA_PI / 180) //!< PI division by 180
|
||||
@ -48,7 +47,7 @@ extern "C"
|
||||
* degree VS radian
|
||||
*/
|
||||
|
||||
double CORE_EXPORT nmea_degree2radian( double val );
|
||||
double nmea_degree2radian( double val );
|
||||
double nmea_radian2degree( double val );
|
||||
|
||||
/*
|
||||
@ -76,7 +75,7 @@ double nmea_meters2dop( double meters );
|
||||
void nmea_info2pos( const nmeaINFO *info, nmeaPOS *pos );
|
||||
void nmea_pos2info( const nmeaPOS *pos, nmeaINFO *info );
|
||||
|
||||
double CORE_EXPORT nmea_distance(
|
||||
double nmea_distance(
|
||||
const nmeaPOS *from_pos,
|
||||
const nmeaPOS *to_pos
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user