pi.h

Go to the documentation of this file.
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)

Generated on Wed Dec 19 14:59:06 2007 for GRASS by  doxygen 1.5.4