Home
last modified time | relevance | path

Searched defs:convex_hull (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/geometry/algorithms/
Dconvex_hull.hpp54 namespace detail { namespace convex_hull namespace
109 struct convex_hull struct
114 struct convex_hull<Box, box_tag> struct
117 static inline void apply(Box const& box, OutputGeometry& out, in apply()
150 struct convex_hull struct
153 static inline void apply(Geometry const& geometry, in apply()
162 static inline void apply(Geometry const& geometry, in apply()
210 struct convex_hull struct
213 … static inline void apply(Geometry const& geometry, OutputGeometry& out, Strategy const& strategy) in apply()
225 struct convex_hull<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
[all …]
/third_party/boost/boost/geometry/strategies/agnostic/
Dhull_graham_andrew.hpp41 namespace strategy { namespace convex_hull namespace