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

#242 in Math

Download history 2807/week @ 2024-01-08 2387/week @ 2024-01-15 2546/week @ 2024-01-22 2161/week @ 2024-01-29 2821/week @ 2024-02-05 2939/week @ 2024-02-12 3321/week @ 2024-02-19 2835/week @ 2024-02-26 3174/week @ 2024-03-04 2468/week @ 2024-03-11 3181/week @ 2024-03-18 3199/week @ 2024-03-25 3576/week @ 2024-04-01 2649/week @ 2024-04-08 2838/week @ 2024-04-15 2921/week @ 2024-04-22

12,328 downloads per month
Used in 147 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