hydrogen 1.1.1
Interpolation.h File Reference

Namespaces

namespace  H2Core
 
namespace  H2Core::Interpolation
 

Enumerations

enum class  InterpolateMode {
  Linear , Cosine , Third , Cubic ,
  Hermite
}
 

Functions

static float linear_Interpolate (float y1, float y2, float mu)
 
static float cosine_Interpolate (float y1, float y2, double mu)
 
static float third_Interpolate (float y0, float y1, float y2, float y3, double mu)
 
static float cubic_Interpolate (float y0, float y1, float y2, float y3, double mu)
 
static float hermite_Interpolate (float y0, float y1, float y2, float y3, double mu)