Searched refs:is_convex (Results 1 – 4 of 4) sorted by relevance
40 namespace detail { namespace is_convex namespace131 struct is_convex : not_implemented<Tag> struct135 struct is_convex<Box, box_tag> struct146 struct is_convex<Box, ring_tag> : detail::is_convex::ring_is_convex struct156 struct is_convex struct162 return dispatch::is_convex<Geometry>::apply(geometry, strategy); in apply()177 struct is_convex<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct189 return is_convex<Geometry>::apply(geometry, m_strategy); in operator ()()205 inline bool is_convex(Geometry const& geometry) in is_convex() function207 return resolve_variant::is_convex in is_convex()[all …]
220 bool is_convex; member247 , is_convex(false) in piece()682 pc.is_convex = geometry::is_convex(pc.robust_ring); in determine_properties()
775 if (piece.is_convex) in apply()
775 bool is_convex(point_ptr<T> edge) { in is_convex() function809 if (is_convex(itr)) { in inside_or_outside_special()