X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Tri2obj%2Fpolar.c;h=665efec33e9010a59ef8e4549c4d4c8d31a2ac0d;hb=cd7233754fa98f5b507aead5e100374df0a29ac8;hp=fae2647667fbf1e8ec600dc735584dcc688e1c2c;hpb=8deb5c5804d7b4a09ffb727d050b63212636427d;p=flightgear.git diff --git a/Tri2obj/polar.c b/Tri2obj/polar.c index fae264766..665efec33 100644 --- a/Tri2obj/polar.c +++ b/Tri2obj/polar.c @@ -27,9 +27,10 @@ #include #include -#include #include +#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 new debug message * system and commandline/config file processing code.