Home
last modified time | relevance | path

Searched refs:has_rounding_issues (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/algorithms/detail/
H A Doccupation_info.hpp129 inline bool has_rounding_issues(RobustPoint const& origin) const in has_rounding_issues() function in boost::geometry::detail::occupation_info
131 return detail::left_turns::has_rounding_issues(angles, origin); in has_rounding_issues()
H A Dget_left_turns.hpp292 inline bool has_rounding_issues(AngleCollection const& angles, Point const& origin) in has_rounding_issues() function
/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 Dbuffered_piece_collection.hpp481 if (it->second.has_rounding_issues(it->first)) in get_occupation()