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

#725 in Math

Download history 2682/week @ 2024-07-30 4016/week @ 2024-08-06 4447/week @ 2024-08-13 3319/week @ 2024-08-20 4202/week @ 2024-08-27 3665/week @ 2024-09-03 3126/week @ 2024-09-10 3167/week @ 2024-09-17 3772/week @ 2024-09-24 3256/week @ 2024-10-01 2062/week @ 2024-10-08 2511/week @ 2024-10-15 2713/week @ 2024-10-22 2384/week @ 2024-10-29 1992/week @ 2024-11-05 1608/week @ 2024-11-12

9,147 downloads per month
Used in 158 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