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

#223 in Math

Download history 2765/week @ 2023-12-13 2228/week @ 2023-12-20 1973/week @ 2023-12-27 2016/week @ 2024-01-03 2871/week @ 2024-01-10 2381/week @ 2024-01-17 2445/week @ 2024-01-24 2120/week @ 2024-01-31 3028/week @ 2024-02-07 3265/week @ 2024-02-14 2993/week @ 2024-02-21 3121/week @ 2024-02-28 2975/week @ 2024-03-06 2395/week @ 2024-03-13 3308/week @ 2024-03-20 2659/week @ 2024-03-27

11,867 downloads per month
Used in 149 crates (17 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