GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#include <grass/gis.h>
Go to the source code of this file.
Macros | |
#define | Radians(x) ((x) * M_PI/180.0) |
#define | Degrees(x) ((x) * 180.0/M_PI) |
Definition at line 7 of file pi.h.
Referenced by G_rhumbline_lat_from_lon().
Definition at line 6 of file pi.h.
Referenced by G_darea0_on_ellipsoid(), G_darea0_on_sphere(), G_rhumbline_lat_from_lon(), G_set_geodesic_distance_lat1(), and G_set_geodesic_distance_lat2().