pi.h

Go to the documentation of this file.
00001 #include "gis.h"
00002 #define PI      3.14159265358979323846
00003 #define Radians(x) ((x) * PI/180.0)
00004 #define Degrees(x) ((x) * 180.0/PI)

Generated on Wed Aug 23 17:49:23 2006 for GRASS by  doxygen 1.4.7