]> git.mxchange.org Git - simgear.git/blobdiff - Astro/moon.h
Updated fgGENERAL to a "type" of struct.
[simgear.git] / Astro / moon.h
index b5f803e0631a9f20e7f7b49f59bd9cfe5cfbff4f..f43820ae130aa3b6eaf6b984ee3299a308e4ff89 100644 (file)
 #include <Time/fg_time.h>
 #include <math.h>
 
-#define X .525731112119133606
-#define Z .850650808352039932
 
-
- /* Initialize the Moon Display management Subsystem */
+/* Initialize the Moon Display management Subsystem */
 void fgMoonInit( void );
 
-/* Draw the Stars */
+/* Draw the Moon */
 void fgMoonRender( void );
 
 struct CelestialCoord fgCalculateMoon(struct OrbElements Params,
@@ -51,9 +48,17 @@ extern struct OrbElements pltOrbElements[9];
 
 
 /* $Log$
-/* Revision 1.4  1998/01/22 02:59:27  curt
-/* Changed #ifdef FILE_H to #ifdef _FILE_H
+/* Revision 1.6  1998/02/23 19:07:54  curt
+/* Incorporated Durk's Astro/ tweaks.  Includes unifying the sun position
+/* calculation code between sun display, and other FG sections that use this
+/* for things like lighting.
 /*
+ * Revision 1.5  1998/02/02 20:53:21  curt
+ * To version 0.29
+ *
+ * Revision 1.4  1998/01/22 02:59:27  curt
+ * Changed #ifdef FILE_H to #ifdef _FILE_H
+ *
  * Revision 1.3  1998/01/19 19:26:58  curt
  * Merged in make system changes from Bob Kuehne <rpk@sgi.com>
  * This should simplify things tremendously.