|
CeresEngine 0.2.0
A game development framework
|
Repeats the same shape a given number of time at given intervals. More...
#include <CeresEngine/Mesh/Generator/RepeatShape.hpp>
Classes | |
| class | Edges |
| class | Vertices |
Public Member Functions | |
| RepeatShape (Shape shape, const int instances, const Vector2 &delta) noexcept | |
| Edges | edges () const noexcept |
| Vertices | vertices () const noexcept |
Private Attributes | |
| Shape | mShape |
| int | mInstances |
| Vector2 | mDelta |
| int | mVertexCount |
Repeats the same shape a given number of time at given intervals.
|
inlineexplicitnoexcept |
| shape | The shape to repeat. |
| instances | Number of times to repeat. If <1 an empty shape results. |
| delta | An offset aplied to each copy. |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |
|
private |
|
private |
|
private |