Home
last modified time | relevance | path

Searched refs:check_monotonic (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/algorithms/detail/buffer/
H A Dturn_in_piece_visitor.hpp505 …static inline analyse_result check_monotonic(Turn const& turn, Piece const& piece, Compare const& … in check_monotonic() function in boost::geometry::detail::buffer::analyse_turn_wrt_piece
547 code = check_monotonic(turn, piece, geometry::less<point_type, 0>()); in apply()
552 code = check_monotonic(turn, piece, geometry::less<point_type, 1>()); in apply()
557 code = check_monotonic(turn, piece, geometry::greater<point_type, 0>()); in apply()
562 code = check_monotonic(turn, piece, geometry::greater<point_type, 1>()); in apply()