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

#761 in Math

Download history 2957/week @ 2024-07-22 2690/week @ 2024-07-29 2908/week @ 2024-08-05 5405/week @ 2024-08-12 3212/week @ 2024-08-19 4272/week @ 2024-08-26 3779/week @ 2024-09-02 3043/week @ 2024-09-09 3121/week @ 2024-09-16 3901/week @ 2024-09-23 2839/week @ 2024-09-30 2589/week @ 2024-10-07 2444/week @ 2024-10-14 2625/week @ 2024-10-21 2523/week @ 2024-10-28 2142/week @ 2024-11-04

9,828 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