Gin
|
Functions | |
float | pow2 (float v) |
float | pow4 (float v) |
float | pow8 (float v) |
float | lerp (float a, float b, float t) |
float | min (float a, float b) |
float | max (float a, float b) |
float | minVal (float a) |
float | maxVal (float a) |
float math::pow2 | ( | float | v | ) |
Referenced by WTOscillator::postProcess().
float math::pow4 | ( | float | v | ) |
Referenced by WTOscillator::postProcess().
float math::pow8 | ( | float | v | ) |
float math::lerp | ( | float | a, |
float | b, | ||
float | t | ||
) |
Referenced by WTOscillator::postProcess().
float math::min | ( | float | a, |
float | b | ||
) |
float math::max | ( | float | a, |
float | b | ||
) |
Referenced by WTOscillator::postProcess().
float math::minVal | ( | float | a | ) |
float math::maxVal | ( | float | a | ) |