Home
last modified time | relevance | path

Searched defs:is_convex (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/
H A Dis_convex.hpp40 namespace detail { namespace is_convex namespace
131 struct is_convex : not_implemented<Tag> struct
135 struct is_convex<Box, box_tag> struct
138 static inline bool apply(Box const& , Strategy const& ) in apply()
146 struct is_convex<Box, ring_tag> : detail::is_convex::ring_is_convex struct
156 struct is_convex struct
159 static bool apply(Geometry const& geometry, Strategy const& strategy) in apply()
165 static bool apply(Geometry const& geometry, geometry::default_strategy const&) in apply()
177 struct is_convex<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
180 struct visitor: boost::static_visitor<bool>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dring_util.hpp775 bool is_convex(point_ptr<T> edge) { in is_convex() 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.hpp220 bool is_convex; member