CosineInterpolation

Cosine interpolation on scalar elements. It interpolates between two scalars x and y using a cosine-weighted a (this function applies the cosine-weight). Check LinearInterpolation for more details.

T
CosineInterpolation
pure nothrow
(
T
)
(
T x
,
T y
,
float a
)
if (
__traits(isScalar, T)
)

Meta