ProteoWizard
|
CosineInterpolate Functor Linear interpolation results in discontinuities at each point. More...
#include <interpolation.hpp>
Public Member Functions | |
TReal | operator() (TReal y1, TReal y2, TReal mu) |
operator More... | |
CosineInterpolate Functor Linear interpolation results in discontinuities at each point.
Often a smoother interpolating function is desirable, perhaps the simplest is cosine interpolation. A suitable orientated piece of a cosine function serves to provide a smooth transition between adjacent segments.
Definition at line 69 of file interpolation.hpp.
|
inline |
operator
y1 | y1 |
y2 | y2 |
mu | location parameter in [0.,1.] |
Definition at line 72 of file interpolation.hpp.
References ralab::constants::PI().