]> git.mxchange.org Git - flightgear.git/blobdiff - SplitTris/polar.c
Code reorganizations. Added a Lib/ directory for more general libraries.
[flightgear.git] / SplitTris / polar.c
index c304f183bc61c6fe11ff3fdf09adb32b8a51bfde..e67881971a7a801e22227f60f3f4f8ce85f67cf8 100644 (file)
 #include <math.h>
 #include <stdio.h>
 
-#include <Math/polar.h>
 #include <Include/fg_constants.h>
 
+#include "polar.h"
+
 
 /* we can save these values between calls for efficiency */
 static double st, ct, sp, cp;
@@ -101,9 +102,12 @@ struct fgCartesianPoint fgRotateCartesianPoint(struct fgCartesianPoint p) {
 
 
 /* $Log$
-/* Revision 1.1  1998/04/08 23:21:12  curt
-/* Adopted Gnu automake/autoconf system.
+/* Revision 1.2  1998/04/14 02:26:07  curt
+/* Code reorganizations.  Added a Lib/ directory for more general libraries.
 /*
+ * Revision 1.1  1998/04/08 23:21:12  curt
+ * Adopted Gnu automake/autoconf system.
+ *
  * Revision 1.5  1998/01/27 00:48:00  curt
  * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
  * system and commandline/config file processing code.