]> git.mxchange.org Git - flightgear.git/blobdiff - Math/polar.c
Edited cvs log messages in source files ... bad bad bad!
[flightgear.git] / Math / polar.c
index bcd9928a6267dc8fc24f9e8d159659f6ba475cd6..ad157643e4e3cd1d3cd73bcaa6b47b5cddba9081 100644 (file)
@@ -27,8 +27,8 @@
 #include <math.h>
 #include <stdio.h>
 
-#include "polar.h"
-#include "../constants.h"
+#include <Math/polar.h>
+#include <Include/fg_constants.h>
 
 
 /* we can save these values between calls for efficiency */
@@ -101,9 +101,24 @@ struct fgCartesianPoint fgRotateCartesianPoint(struct fgCartesianPoint p) {
 
 
 /* $Log$
-/* Revision 1.2  1997/07/31 22:52:27  curt
-/* Working on redoing internal coordinate systems & scenery transformations.
+/* Revision 1.6  1998/04/25 22:06:23  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.5  1998/01/27 00:48:00  curt
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
+ * system and commandline/config file processing code.
+ *
+ * Revision 1.4  1998/01/19 19:27:12  curt
+ * Merged in make system changes from Bob Kuehne <rpk@sgi.com>
+ * This should simplify things tremendously.
+ *
+ * Revision 1.3  1997/12/15 23:54:54  curt
+ * Add xgl wrappers for debugging.
+ * Generate terrain normals on the fly.
+ *
+ * Revision 1.2  1997/07/31 22:52:27  curt
+ * Working on redoing internal coordinate systems & scenery transformations.
+ *
  * Revision 1.1  1997/07/07 21:02:36  curt
  * Initial revision.
  * */