]> git.mxchange.org Git - flightgear.git/blobdiff - Tri2obj/polar.c
Code reorganizations. Added a Lib/ directory for more general libraries.
[flightgear.git] / Tri2obj / polar.c
index fae2647667fbf1e8ec600dc735584dcc688e1c2c..665efec33e9010a59ef8e4549c4d4c8d31a2ac0d 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:22:16  curt
-/* Adopted Gnu automake/autoconf system.
+/* Revision 1.2  1998/04/14 02:26:10  curt
+/* Code reorganizations.  Added a Lib/ directory for more general libraries.
 /*
+ * Revision 1.1  1998/04/08 23:22:16  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.