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

#1234 in Math

Download history 2698/week @ 2024-10-25 2230/week @ 2024-11-01 1470/week @ 2024-11-08 1679/week @ 2024-11-15 2856/week @ 2024-11-22 2857/week @ 2024-11-29 2820/week @ 2024-12-06 3130/week @ 2024-12-13 1673/week @ 2024-12-20 1069/week @ 2024-12-27 2308/week @ 2025-01-03 5199/week @ 2025-01-10 3141/week @ 2025-01-17 3052/week @ 2025-01-24 4551/week @ 2025-01-31 4370/week @ 2025-02-07

16,609 downloads per month
Used in 152 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