#include <animation.h>
◆ Type
Enumerator |
---|
NONE | |
LINEAR | |
RANDOM_F | |
RANDOM_3F | |
◆ AnimationFunction()
nngn::AnimationFunction::AnimationFunction |
( |
| ) |
|
|
inlinenoexcept |
◆ done()
bool nngn::AnimationFunction::done |
( |
| ) |
const |
◆ load()
◆ update()
◆ [union]
◆ linear
linear_t nngn::AnimationFunction::linear = {} |
◆ rnd_3f
std::array<std::uniform_real_distribution<float>, 3> nngn::AnimationFunction::rnd_3f |
◆ rnd_f
std::uniform_real_distribution<float> nngn::AnimationFunction::rnd_f |
◆ type
Type nngn::AnimationFunction::type = {} |
|
private |
The documentation for this class was generated from the following files: