Class | Description |
---|---|
ConstantFunction |
Returns a constant whenever queried.
|
ContinuousFunction |
A ContinuousFunction must define
call as a function of time,
returning a value between 0.0 and 1.0. |
DelayFunction |
Returns the value of the original function after a delay.
|
FollowerFunction |
"Follows" another pattern by returning that pattern's value when queried.
|
MatchFunction |
Follows another pattern, returning 1.0 when it matches the specified value,
and 0.0 otherwise.
|
SineFunction |
A sine function with a period of 1 cycle, with a range between 0.0 and 1.0.
|
ThresholdFunction |
Follows another pattern, returning 1.0 when its value equals or exceeds the
specified threshold and 0.0 otherwise.
|
TriggerFunction |
A "trigger" pattern that can be fired by outside events.
|
Processing Library loom by Cora Johnson-Roberson. (c) 2014-2016