Home
last modified time | relevance | path

Searched refs:is_convex (Results 1 – 4 of 4) 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
146 struct is_convex<Box, ring_tag> : detail::is_convex::ring_is_convex struct
156 struct is_convex struct
162 return dispatch::is_convex<Geometry>::apply(geometry, strategy); in apply()
177 struct is_convex<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
189 return is_convex<Geometry>::apply(geometry, m_strategy); in operator ()()
205 inline bool is_convex(Geometry const& geometry) in is_convex() function
207 return resolve_variant::is_convex in is_convex()
[all …]
/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
247 , is_convex(false) in piece()
682 pc.is_convex = geometry::is_convex(pc.robust_ring); in determine_properties()
H A Dturn_in_piece_visitor.hpp775 if (piece.is_convex) in apply()
/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
809 if (is_convex(itr)) { in inside_or_outside_special()