26 value.position += delta;
A point on a path.
Definition ShapeVertex.hpp:16
Translates the position of each vertex by given amount.
Definition TranslateShape.hpp:16
typename Impl::Vertices Vertices
Definition TranslateShape.hpp:33
Vertices vertices() const noexcept
Definition TranslateShape.hpp:35
Impl mTransformShape
Definition TranslateShape.hpp:19
TranslateShape(Shape shape, const Vector2 &delta)
Definition TranslateShape.hpp:24
Edges edges() const noexcept
Definition TranslateShape.hpp:31
typename Impl::Edges Edges
Definition TranslateShape.hpp:29
A type that describes a conjunction of shapes that can be filled and stroked.
Definition Shape.hpp:198
Definition AnyGenerator.hpp:12
TranslateShape< Shape > translateShape(Shape shape, const Vector2 &delta)
Definition TranslateShape.hpp:38
auto move(Vector3 position)
Moves a entity to the given position.
Definition Helpers.hpp:22
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25