|
CeresEngine 0.2.0
A game development framework
|
Translates the position of each vertex by given amount. More...
#include <CeresEngine/Mesh/Generator/TranslatePath.hpp>
Public Types | |
| using | Edges = typename Impl::Edges |
| using | Vertices = typename Impl::Vertices |
Public Member Functions | |
| TranslatePath (Path path, const Vector3 &delta) | |
| Edges | edges () const noexcept |
| Vertices | vertices () const noexcept |
Private Types | |
| using | Impl = TransformPath< Path > |
Private Attributes | |
| Impl | mTransformPath |
Translates the position of each vertex by given amount.
|
private |
| using CeresEngine::MeshGenerator::TranslatePath< Path >::Vertices = typename Impl::Vertices |
|
inline |
| path | Source data path. |
| delta | Amount to increment each vertex position. |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |