eazing 0.0.1

The blazingly fast and mathematically optimized `easing functions` kit.
Documentation
1
2
3
4
5
6
7
pub mod cubic;
pub mod lagrange;
pub mod newton;
pub mod quartic;
pub mod quintic;
pub mod smootherstep;
pub mod smoothstep;