Searched defs:is_convex (Results 1 – 3 of 3) sorted by relevance
40 namespace detail { namespace is_convex namespace131 struct is_convex : not_implemented<Tag> struct135 struct is_convex<Box, box_tag> struct138 static inline bool apply(Box const& , Strategy const& ) in apply()146 struct is_convex<Box, ring_tag> : detail::is_convex::ring_is_convex struct156 struct is_convex struct159 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)> > struct180 struct visitor: boost::static_visitor<bool>[all …]
775 bool is_convex(point_ptr<T> edge) { in is_convex() function
220 bool is_convex; member