9 releases
Uses old Rust 2015
0.2.0 | Jan 17, 2019 |
---|---|
0.1.0 | May 28, 2015 |
0.0.6 | May 25, 2015 |
0.0.5 | Apr 12, 2015 |
0.0.1 | Jan 21, 2015 |
#122 in Graphics APIs
4,797 downloads per month
Used in 97 crates
(9 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.