00001 #include <grass/gis.h> 00002 #define PI M_PI 00003 #define Radians(x) ((x) * PI/180.0) 00004 #define Degrees(x) ((x) * 180.0/PI)