]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/strategies/spherical/distance_haversine.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / geometry / strategies / spherical / distance_haversine.hpp
index 1a4cbdf36bea5fb4b8abc3fa9376db1f8529318e..bd46a93c6a76dfe919fffa7cd9f55777be8fa473 100644 (file)
@@ -94,12 +94,6 @@ public :
                );
     }
 
-    template <typename T1, typename T2>
-    inline radius_type meridian(T1 lat1, T2 lat2) const
-    {
-        return m_radius * (lat1 - lat2);
-    }
-
     inline radius_type radius() const
     {
         return m_radius;
@@ -197,19 +191,6 @@ public :
         return calculation_type(m_radius) * c;
     }
 
-    /*!
-    \brief meridian distance calculation
-    \return the calculated distance (including multiplying with radius)
-    \param p1 first point
-    \param p2 second point
-    */
-
-    template <typename T1, typename T2>
-    inline radius_type meridian(T1 lat1, T2 lat2) const
-    {
-        return m_radius * (lat1 - lat2);
-    }
-
     /*!
     \brief access to radius value
     \return the radius