pixled-lib
1.0
|
#include <geometry.h>
Public Member Functions | |
index_t | operator() (led l, time t) const override |
I * | copy () const override |
Additional Inherited Members | |
Public Types inherited from pixled::base::Function< index_t > | |
typedef index_t | Type |
Index of the led on which the Function is currently evaluated.
current | led index |
Computes the value of this Function for led l
at time t
.
l | led |
t | time |
l
at time t
. Notice that evaluating a function usually requires the recursive evaluation of other Functions (that are actually parameters of this function) until a Constant is reached for example. Implements pixled::base::Function< index_t >.
|
inlineoverridevirtual |
Returns a dynamically allocated copy of this function.
Implements pixled::base::Function< index_t >.