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

#674 in Math

Download history 1631/week @ 2024-07-03 2254/week @ 2024-07-10 3148/week @ 2024-07-17 2979/week @ 2024-07-24 2585/week @ 2024-07-31 5237/week @ 2024-08-07 3449/week @ 2024-08-14 3494/week @ 2024-08-21 4240/week @ 2024-08-28 3365/week @ 2024-09-04 3046/week @ 2024-09-11 3309/week @ 2024-09-18 3747/week @ 2024-09-25 3607/week @ 2024-10-02 1662/week @ 2024-10-09 2400/week @ 2024-10-16

11,989 downloads per month
Used in 159 crates (20 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