15 #include <boost/container/small_vector.hpp>
30 std::ostream&
toStream(std::ostream& sl)
const final;
35 std::vector<double>
values()
const final;
41 template <
typename coll_t>
49 template <
typename coll_t>
50 static void convex_impl(
const coll_t& vertices) noexcept(
false);
69 static constexpr
size_t eSize = 2 *
N;
74 static_assert(
N >= 3,
"ConvexPolygonBounds needs at least 3 sides.");
181 std::vector<Vector2D>
vertices(
unsigned int lseg = 1)
const final;
200 #include "Acts/Surfaces/ConvexPolygonBounds.ipp"