Gin
Namespaces | Functions
gin_lagrange.h File Reference

Namespaces

 Lagrange
 Lagrange interpolation is a simple way to obtain a smooth curve from a set of discrete points.
 

Functions

template<typename T >
Lagrange::interpolate (const juce::Array< Point< T >> &points, T x)
 
template<typename T >
Lagrange::interpolate (T xArr[], T yArr[], int num, T x)