Update of /cvsroot/thplot/thplot/src/Main
In directory usw-pr-cvs1:/tmp/cvs-serv20431
Modified Files:
Globals.h
Log Message:
Added global constant for pi (TH_PI)
Index: Globals.h
===================================================================
RCS file: /cvsroot/thplot/thplot/src/Main/Globals.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Globals.h 4 Jul 2002 23:42:36 -0000 1.3
--- Globals.h 6 Jul 2002 14:51:49 -0000 1.4
***************
*** 28,31 ****
--- 28,33 ----
#define GLOBAL_H
+ const double TH_PI=3.1415926;
+
#include <FL/Fl_Gl_Window.h>
|