pennereq

Port of the Penner easing equations to rust


Keywords
easing, easing-functions, equations, penner, rust, rust-library
License
BSD-2-Clause

Documentation

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