26 value.position += delta;
Definition PathVertex.hpp:14
Translates the position of each vertex by given amount.
Definition TranslatePath.hpp:16
TranslatePath(Path path, const Vector3 &delta)
Definition TranslatePath.hpp:24
Edges edges() const noexcept
Definition TranslatePath.hpp:31
typename Impl::Vertices Vertices
Definition TranslatePath.hpp:33
typename Impl::Edges Edges
Definition TranslatePath.hpp:29
Impl mTransformPath
Definition TranslatePath.hpp:19
Vertices vertices() const noexcept
Definition TranslatePath.hpp:35
Definition AnyGenerator.hpp:12
TranslatePath< Path > translatePath(Path path, const Vector3 &delta)
Definition TranslatePath.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