Unravel Engine C++ Reference
|
#include <repeat_shape.hpp>
Classes | |
class | edges_t |
class | vertices_t |
Public Member Functions | |
repeat_shape_t (shape_t shape, int instances, const gml::dvec2 &delta) noexcept | |
edges_t | edges () const noexcept |
vertices_t | vertices () const noexcept |
Repeats the same shape a given number of time at given intervals.
Definition at line 15 of file repeat_shape.hpp.
|
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. |
Definition at line 141 of file repeat_shape.hpp.
|
inlinenoexcept |
Definition at line 149 of file repeat_shape.hpp.
|
inlinenoexcept |
Definition at line 154 of file repeat_shape.hpp.