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