]> git.mxchange.org Git - simgear.git/blobdiff - Math/polar.h
Add xgl wrappers for debugging.
[simgear.git] / Math / polar.h
index 5e80571647b672407ce386960840db782711231a..88e1b4abb8985e87ded52fb3639c98606d11814c 100644 (file)
@@ -28,7 +28,7 @@
 #define POLAR_H
 
 
-#include "../types.h"
+#include "../Include/types.h"
 
 
 /* Convert a polar coordinate to a cartesian coordinate.  Lon and Lat
@@ -63,9 +63,13 @@ struct fgCartesianPoint fgRotateCartesianPoint(struct fgCartesianPoint p);
 
 
 /* $Log$
-/* Revision 1.3  1997/07/31 22:52:28  curt
-/* Working on redoing internal coordinate systems & scenery transformations.
+/* Revision 1.4  1997/12/15 23:54:55  curt
+/* Add xgl wrappers for debugging.
+/* Generate terrain normals on the fly.
 /*
+ * Revision 1.3  1997/07/31 22:52:28  curt
+ * Working on redoing internal coordinate systems & scenery transformations.
+ *
  * Revision 1.2  1997/07/23 21:52:21  curt
  * Put comments around the text after an #endif for increased portability.
  *