10 releases

Uses old Rust 2015

0.3.0 Aug 26, 2023
0.2.0 Jan 17, 2019
0.1.0 May 28, 2015
0.0.6 May 25, 2015
0.0.1 Jan 21, 2015

#603 in Math

Download history 2482/week @ 2024-03-14 3218/week @ 2024-03-21 3366/week @ 2024-03-28 3140/week @ 2024-04-04 2932/week @ 2024-04-11 2630/week @ 2024-04-18 2986/week @ 2024-04-25 2597/week @ 2024-05-02 2550/week @ 2024-05-09 2754/week @ 2024-05-16 3810/week @ 2024-05-23 3719/week @ 2024-05-30 4018/week @ 2024-06-06 3590/week @ 2024-06-13 3394/week @ 2024-06-20 2688/week @ 2024-06-27

14,338 downloads per month
Used in 151 crates (19 directly)

MIT license

24KB
625 lines

interpolation

A library for interpolation


lib.rs:

Interpolation algorithms.

Interpolation is used in animation, to describe smooth shapes and to make transitions. Any object that fullfill certain mathematical properties can be interpolated. A common technique is using one or more 'numbers' controlling the mixture of states. The choice of interpolation algorithm depends often on the circumstances where it used.

No runtime deps