Bezier Easing for Rust
This is a rust port of gre/bezier-easing.
Bezier easing provides a way to create custom easing functions (ease-in, ease-out, ease-in-out...) for use in animations.
By providing the coordinates of the bezier curve's control points, you can create your own easing functions that follow the curve you've defined.
Usage
use bezier_easing;
let ease = bezier_easing;
assert_eq!;
assert_eq!;
assert_eq!;
License
MIT