]> git.mxchange.org Git - simgear.git/commitdiff
Give these two methods slightly less misleading names.
authorcurt <curt>
Mon, 26 Apr 2004 16:17:21 +0000 (16:17 +0000)
committercurt <curt>
Mon, 26 Apr 2004 16:17:21 +0000 (16:17 +0000)
simgear/bucket/newbucket.hxx

index fe63fee836fe308cc329d7c05effd1670d5b5a60..1a1dbc7b5db125938c5a0bfbf9227349caa5646c 100644 (file)
@@ -260,13 +260,13 @@ public:
      * @return the lon of the lower left corner of 
      * the 1x1 chunk containing this tile.
      */
-    inline int get_lon() const { return lon; }
+    inline int get_chunk_lon() const { return lon; }
 
     /**
      * @return the lat of the lower left corner of 
      * the 1x1 chunk containing this tile.
      */
-    inline int get_lat() const { return lat; }
+    inline int get_chunk_lat() const { return lat; }
 
     /**
      * @return the x coord within the 1x1 degree chunk this tile.