#include <Helper.h>
|
static float | Linear (float y1, float y2, unsigned int pos, unsigned int steps) |
|
static float | Linear (float y1, float y2, float mu) |
|
static float | Cosine (float y1, float y2, unsigned int pos, unsigned int steps) |
|
static float | Cosine (float y1, float y2, float mu) |
|
static float | Cubic (float y1, float y2, float y3, float y4, float pos) |
|
static void | InterpolTo (std::vector< float > &v, unsigned int length) |
|
static float Frapper::Helpers::InterpolationH::Linear |
( |
float |
y1, |
|
|
float |
y2, |
|
|
unsigned int |
pos, |
|
|
unsigned int |
steps |
|
) |
| |
|
inlinestatic |
static float Frapper::Helpers::InterpolationH::Linear |
( |
float |
y1, |
|
|
float |
y2, |
|
|
float |
mu |
|
) |
| |
|
inlinestatic |
static float Frapper::Helpers::InterpolationH::Cosine |
( |
float |
y1, |
|
|
float |
y2, |
|
|
unsigned int |
pos, |
|
|
unsigned int |
steps |
|
) |
| |
|
inlinestatic |
static float Frapper::Helpers::InterpolationH::Cosine |
( |
float |
y1, |
|
|
float |
y2, |
|
|
float |
mu |
|
) |
| |
|
inlinestatic |
static float Frapper::Helpers::InterpolationH::Cubic |
( |
float |
y1, |
|
|
float |
y2, |
|
|
float |
y3, |
|
|
float |
y4, |
|
|
float |
pos |
|
) |
| |
|
inlinestatic |
static void Frapper::Helpers::InterpolationH::InterpolTo |
( |
std::vector< float > & |
v, |
|
|
unsigned int |
length |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: