eazing 0.0.1

The blazingly fast and mathematically optimized `easing functions` kit.
Documentation
1
2
3
4
//! Functions involving `sine` or `cosine`.

pub mod circle;
pub mod sine;