Searched refs:check_turn (Results 1 – 1 of 1) sorted by relevance
90 static inline bool check_turn(Turn const& turn, in check_turn() function in boost::geometry::detail::is_valid::is_acceptable_turn114 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()