Home
last modified time | relevance | path

Searched refs:point_on_border (Results 1 – 9 of 9) 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 Dpoint_on_border.hpp45 namespace detail { namespace point_on_border namespace
215 struct point_on_border struct
220 struct point_on_border<point_tag, Midpoint> struct
221 : detail::point_on_border::get_point
226 struct point_on_border<linestring_tag, Midpoint> struct
227 : detail::point_on_border::point_on_range<Midpoint>
232 struct point_on_border<ring_tag, Midpoint> struct
233 : detail::point_on_border::point_on_range<Midpoint>
238 struct point_on_border<polygon_tag, Midpoint> struct
239 : detail::point_on_border::point_on_polygon<Midpoint>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dring_properties.hpp66 valid = geometry::point_on_border(this->point, ring_or_box); in ring_properties()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dareal_areal.hpp88 || ( geometry::point_on_border(pt, range) in apply()
H A Dlinear_areal.hpp72 geometry::point_on_border(p, g1); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/
H A Dimplementation.hpp219 geometry::point_on_border(p, range); in apply()
/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 Dpolygon.hpp224 typedef detail::point_on_border::point_on_range<true> pob; in is_within()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dcentroid.hpp409 geometry::point_on_border(centroid, geom); in apply()
/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 Dareal_areal.hpp90 bool const ok = boost::geometry::point_on_border(pt, areal); in operator ()()
H A Dlinear_areal.hpp181 bool const ok = boost::geometry::point_on_border(dummy, areal); in operator ()()