]> git.mxchange.org Git - flightgear.git/commitdiff
polar3d.h renamed to polar3d.hxx
authorcurt <curt>
Wed, 8 Jul 1998 14:48:38 +0000 (14:48 +0000)
committercurt <curt>
Wed, 8 Jul 1998 14:48:38 +0000 (14:48 +0000)
Time/light.cxx
Time/light.hxx
Time/sunpos.cxx

index 79276d5e69c6b523fca0f8783129604cbe7df7e6..13c4913c5ff2079acc3a073ab7a2f4c792f26e0c 100644 (file)
@@ -42,7 +42,7 @@
 #include <Math/fg_geodesy.h>
 #include <Math/interpolater.hxx>
 #include <Math/mat3.h>
-#include <Math/polar3d.h>
+#include <Math/polar3d.hxx>
 
 #include "fg_time.hxx"
 #include "light.hxx"
@@ -167,6 +167,9 @@ void fgLightUpdate ( void ) {
 
 
 // $Log$
+// Revision 1.10  1998/07/08 14:48:38  curt
+// polar3d.h renamed to polar3d.hxx
+//
 // Revision 1.9  1998/05/29 20:37:51  curt
 // Renamed <Table>.table to be <Table> so we can add a .gz under DOS.
 //
index 96b399841aa1fdbc5f23bc36997113f21410b3d9..a9a77b5410a56938cb7dec712cae81910ce09845 100644 (file)
@@ -62,7 +62,7 @@ public:
     double sun_lon, sun_gc_lat;
 
     // in cartesian coordiantes
-    fgCartesianPoint3d fg_sunpos;
+    fgPoint3d fg_sunpos;
 
     // (in view coordinates)
     GLfloat sun_vec[4];
@@ -114,6 +114,9 @@ void fgLightUpdate ( void );
 
 
 // $Log$
+// Revision 1.5  1998/07/08 14:48:39  curt
+// polar3d.h renamed to polar3d.hxx
+//
 // Revision 1.4  1998/05/20 20:54:17  curt
 // Converted fgLIGHT to a C++ class.
 //
index 0f087b732263a1a0e46e2cb150502181f428d50d..4bb75a5f1d7b236606a29e37570cc2be7e59e537 100644 (file)
@@ -50,8 +50,8 @@
 #include <Main/views.hxx>
 #include <Math/fg_geodesy.h>
 #include <Math/mat3.h>
-#include <Math/polar3d.h>
-#include <Math/vector.h>
+#include <Math/polar3d.hxx>
+#include <Math/vector.hxx>
 #include <Scenery/scenery.hxx>
 
 #include "fg_time.hxx"
@@ -276,7 +276,7 @@ void fgUpdateSunPos( void ) {
     fgTIME *t;
     fgVIEW *v;
     MAT3vec nup, nsun, v0;
-    fgPolarPoint3d p;
+    fgPoint3d p;
     double sun_gd_lat, sl_radius;
     double ntmp;
 
@@ -350,6 +350,9 @@ void fgUpdateSunPos( void ) {
 
 
 // $Log$
+// Revision 1.9  1998/07/08 14:48:39  curt
+// polar3d.h renamed to polar3d.hxx
+//
 // Revision 1.8  1998/05/02 01:53:18  curt
 // Fine tuning mktime() support because of varying behavior on different
 // platforms.