4 releases (2 breaking)
Uses old Rust 2015
0.3.1 | Mar 12, 2020 |
---|---|
0.3.0 | Jun 18, 2018 |
0.2.0 | Feb 19, 2017 |
0.1.0 | Feb 15, 2017 |
#1416 in Algorithms
2,400 downloads per month
Used in 14 crates
(via nannou)
15KB
423 lines
A port of Robert Penner's easing equations to rust
Usage:
extern crate pennereq;
use pennereq::*;
fn main(){
quad::ease_in(t, from, distance, duration);
}
The easing functions can work with f32 or f64 resolution depending on the passed parameters
Dependencies
~155KB