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