LMMS
Loading...
Searching...
No Matches
interpolation.h File Reference
#include <cmath>
#include <numbers>

Go to the source code of this file.

Namespaces

namespace  lmms

Functions

float lmms::hermiteInterpolate (float x0, float x1, float x2, float x3, float frac_pos)
float lmms::cubicInterpolate (float v0, float v1, float v2, float v3, float x)
float lmms::cosinusInterpolate (float v0, float v1, float x)
float lmms::optimalInterpolate (float v0, float v1, float x)
float lmms::optimal4pInterpolate (float v0, float v1, float v2, float v3, float x)
float lmms::lagrangeInterpolate (float v0, float v1, float v2, float v3, float x)