easey 2.1.0

Easing functions for interpolation between 0.0 and 1.0
Documentation
1
2
3
4
//! Contains easing functions for f32.
//!
//! (Note these functions are generated from a macro to ensure they match those for f64.)
generate_functions!(f32);