]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATCProjection.hxx
Emergency fix for AI model loading - non existance of the piper model as in the lates...
[flightgear.git] / src / ATC / ATCProjection.hxx
index 137b3989386a0c22657ca76b29dc7691ac53227f..04c31ce0005302afd40630fd4be375d0c83b555f 100644 (file)
@@ -32,10 +32,10 @@ public:
 
     void Init(Point3D centre);
 
-    // Convert a lat/lon co-ordinate to the local projection
+    // Convert a lat/lon co-ordinate (degrees) to the local projection (meters)
     Point3D ConvertToLocal(Point3D pt);
 
-    // Convert a local projection co-ordinate to lat/lon
+    // Convert a local projection co-ordinate (meters) to lat/lon (degrees)
     Point3D ConvertFromLocal(Point3D pt);
 
 private:
@@ -55,10 +55,10 @@ public:
 
     void Init(Point3D centre, double heading);
 
-    // Convert a lat/lon co-ordinate to the local projection
+    // Convert a lat/lon co-ordinate (degrees) to the local projection (meters)
     Point3D ConvertToLocal(Point3D pt);
 
-    // Convert a local projection co-ordinate to lat/lon
+    // Convert a local projection co-ordinate (meters) to lat/lon (degrees)
     Point3D ConvertFromLocal(Point3D pt);
 
 private: