harfang3d/doc/doc/CosineInterpolate.md

3 lines
138 B
Markdown
Raw Normal View History

2021-10-13 12:40:31 +00:00
Compute the cosine interpolated value between `y0` and `y1` at `t`.
See [LinearInterpolate], [CubicInterpolate] and [HermiteInterpolate].