Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 266 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 266 Bytes

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