easey 2.1.0

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