GRASS GIS 7 Programmer's Manual
7.0.3(2016)-r00000
Main Page
Related Pages
Data Structures
Files
File List
Globals
pi.h
Go to the documentation of this file.
1
#ifndef __PI_H__
2
#define __PI_H__
3
4
#include <grass/gis.h>
5
6
#define Radians(x) ((x) * M_PI/180.0)
7
#define Degrees(x) ((x) * 180.0/M_PI)
8
9
#endif
/* __PI_H__ */
gis
pi.h
Generated on Tue Mar 29 2016 20:03:26 for GRASS GIS 7 Programmer's Manual by
1.8.11