home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Entertainment / Earthplot src / ep.const.h < prev    next >
Encoding:
C/C++ Source or Header  |  1987-08-15  |  267 b   |  15 lines  |  [TEXT/KAHL]

  1. #define    nil    0L
  2. #define AboutAlert    100
  3. #define EarthIcon    512
  4. #define iconID        512
  5.  
  6. #define altScale    1000
  7.  
  8. #define    Options        1
  9. #define    drawEarth    2
  10.  
  11. #define diam  7926.0
  12. #define pi    3.141592654
  13. #define twopi 6.283185308
  14. #define conv  0.017453293    /* (3.14159 / 180.0) */
  15.