18 #include <boost/container/small_vector.hpp>
31 std::ostream&
toStream(std::ostream& sl)
const final;
36 std::vector<double>
values()
const final;
42 template <
typename coll_t>
50 template <
typename coll_t>
51 static void convex_impl(
const coll_t& vertices) noexcept(
false);
70 static constexpr
size_t eSize = 2 *
N;
75 static_assert(
N >= 3,
"ConvexPolygonBounds needs at least 3 sides.");
170 std::vector<Vector2D>
vertices(
unsigned int lseg = 1)
const final;
189 #include "Acts/Surfaces/ConvexPolygonBounds.ipp"