Home
last modified time | relevance | path

Searched defs:get_extremes (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dhull_graham_andrew.hpp58 struct get_extremes struct
60 typedef typename point_type<InputRange>::type point_type;
62 point_type left, right;
64 bool first;
66 StrategyLess less;
67 StrategyGreater greater;
69 inline get_extremes() in get_extremes() function
73 inline void apply(InputRange const& range) in apply()