Frapper  1.0a
Static Public Member Functions | List of all members
Frapper::Helpers::InterpolationH Class Reference

#include <Helper.h>

Static Public Member Functions

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)
 

Member Function Documentation

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: