Home
last modified time | relevance | path

Searched refs:p1_normalized (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Denvelope_segment.hpp40 Point1 p1_normalized = detail::return_normalized<Point1>(point1); in apply() local
48 ::template apply<units_type>(geometry::get<0>(p1_normalized), in apply()
49 geometry::get<1>(p1_normalized), in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Denvelope_segment.hpp51 Point1 p1_normalized = detail::return_normalized<Point1>(point1); in apply() local
66 >::template apply<units_type>(geometry::get<0>(p1_normalized), in apply()
67 geometry::get<1>(p1_normalized), 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.hpp95 segment_point_type p1_normalized = in apply() local
100 CT lon2 = geometry::get_as_radian<0>(p1_normalized); in apply()
101 CT lat2 = geometry::get_as_radian<1>(p1_normalized); in apply()