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