Unravel Engine C++ Reference
|
#include <repeat_path.hpp>
Classes | |
class | edges_t |
class | vertices_t |
Public Member Functions | |
repeat_path_t (path_t path, int instances, const gml::dvec3 &delta) noexcept | |
edges_t | edges () const noexcept |
vertices_t | vertices () const noexcept |
Repeats the same path a given number of time at given intervals.
Definition at line 15 of file repeat_path.hpp.
|
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. |
Definition at line 128 of file repeat_path.hpp.
|
inlinenoexcept |
Definition at line 136 of file repeat_path.hpp.
|
inlinenoexcept |
Definition at line 141 of file repeat_path.hpp.