Home
last modified time | relevance | path

Searched refs:vertex_lon (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/algorithms/detail/disjoint/
H A Dsegment_box.hpp176 CT vertex_lon = geometry::formula::vertex_longitude<CT, CS_Tag> in apply() local
187 if (vertex_lon >= b_lon_min && vertex_lon <= b_lon_max in apply()
/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.hpp321 CT vertex_lon = std::fmod(lon1 + dlon, 2 * pi); in apply() local
325 vertex_lon -= pi; in apply()
330 vertex_lon -= pi; in apply()
333 return vertex_lon; in apply()