Home
last modified time | relevance | path

Searched refs:vertex_lat (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dvertex_longitude.hpp242 CT const& vertex_lat, in apply()
251 vertex_lat, in apply()
263 CT const& vertex_lat, in apply()
272 vertex_lat, in apply()
290 CT const& vertex_lat, in apply() argument
298 if (math::equals(vertex_lat, lat1)) in apply()
302 if (math::equals(vertex_lat, lat2)) in apply()
315 vertex_lat, in apply()
323 if (vertex_lat < c0) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dsegment_box.hpp157 CT vertex_lat; in apply() local
167 vertex_lat = geometry::get_as_radian<geometry::max_corner, 1>(box_seg); in apply()
170 vertex_lat = geometry::get_as_radian<geometry::min_corner, 1>(box_seg); in apply()
179 vertex_lat, in apply()
188 && std::abs(vertex_lat) > std::abs(b_lat_below)) in apply()