27 using Edges =
typename Impl::Edges;
Rectangle centered at origin aligned along the x and y axis.
Definition RectangleShape.hpp:17
Impl mMergeShape
Definition RectangleShape.hpp:20
typename Impl::Vertices Vertices
Definition RectangleShape.hpp:31
Vertices vertices() const noexcept
Definition RectangleShape.hpp:33
RectangleShape(const Vector2 &size=Vector2{1.0, 1.0}, const Vector2i &segments=Vector2i{8, 8})
typename Impl::Edges Edges
Definition RectangleShape.hpp:27
Edges edges() const noexcept
Definition RectangleShape.hpp:29
Definition AnyGenerator.hpp:12
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25