proj home

Files   Classes   Functions   Hierarchy  

mathconstants.h

Go to the documentation of this file.
00001 #ifndef MATHSCONSTANTS_H
00002 #define MATHSCONSTANTS_H
00003 
00004 #include <typedefs.h>
00005 
00006 //TODO wrap in namespace
00007 
00008 #define PI 3.1415926535897932384626433
00009 
00010 doublec radtodeg = 180.0/PI;
00011 doublec degtorad = PI/180.0;
00012 
00013 #endif
00014 

Generated on Fri Mar 4 00:49:28 2011 for Chelton Evans Source by  doxygen 1.5.8