Home
last modified time | relevance | path

Searched refs:is_endpoint_on_boundary (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/relate/
H A Dlinear_linear.hpp404 bool const front_b = is_endpoint_on_boundary<boundary_front>( in apply()
452 if ( is_endpoint_on_boundary<boundary_back>(it->point, boundary_checker) ) in apply()
492 bool const front_b = is_endpoint_on_boundary<boundary_front>( in apply()
551 bool const front_b = is_endpoint_on_boundary<boundary_front>( in apply()
610 bool const prev_back_b = is_endpoint_on_boundary<boundary_back>( in apply()
662 … bool const front_b = is_endpoint_on_boundary<boundary_front>(turn.point, boundary_checker); in handle_degenerated()
686 … bool const back_b = is_endpoint_on_boundary<boundary_back>(turn.point, boundary_checker); in handle_degenerated()
700 bool const front_b = is_endpoint_on_boundary<boundary_front>( in handle_degenerated()
729 bool const front_b = is_endpoint_on_boundary<boundary_front>( in handle_degenerated()
H A Dlinear_areal.hpp683 bool const prev_back_b = is_endpoint_on_boundary<boundary_back>( in apply()
775 bool const prev_back_b = is_endpoint_on_boundary<boundary_back>( in apply()
891 bool const front_b = is_endpoint_on_boundary<boundary_front>( in apply()
940 if ( is_endpoint_on_boundary<boundary_back>(it->point, boundary_checker) ) in apply()
1010 bool const front_b = is_endpoint_on_boundary<boundary_front>( in apply()
1101 bool const prev_back_b = is_endpoint_on_boundary<boundary_back>( in apply()
1124 bool const prev_back_b = is_endpoint_on_boundary<boundary_back>( in apply()
1150 bool const prev_back_b = is_endpoint_on_boundary<boundary_back>( in apply()
H A Dfollow_helpers.hpp361 static inline bool is_endpoint_on_boundary(Point const& pt, in is_endpoint_on_boundary() function