Home
last modified time | relevance | path

Searched refs:check_turn (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/is_valid/
H A Dis_acceptable_turn.hpp90 static inline bool check_turn(Turn const& turn, in check_turn() function in boost::geometry::detail::is_valid::is_acceptable_turn
114 return check_turn(turn, method_touch_interior, op) in apply()
115 || check_turn(turn, method_touch, op) in apply()
141 if ( base::check_turn(turn, method_touch_interior, op) in apply()
142 || base::check_turn(turn, method_touch, op)) in apply()