]> git.mxchange.org Git - simgear.git/blobdiff - Math/polar.c
Add xgl wrappers for debugging.
[simgear.git] / Math / polar.c
index bcd9928a6267dc8fc24f9e8d159659f6ba475cd6..aa67de508e2db48f55632d1d3542ffe51fbb9e48 100644 (file)
@@ -28,7 +28,7 @@
 #include <stdio.h>
 
 #include "polar.h"
-#include "../constants.h"
+#include "../Include/constants.h"
 
 
 /* we can save these values between calls for efficiency */
@@ -101,9 +101,13 @@ 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.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.
  * */