pennereq

Crates.iopennereq
lib.rspennereq
version0.3.1
sourcesrc
created_at2017-02-15 20:14:11.241507
updated_at2020-03-12 11:29:32.918834
descriptionPort of the Penner easing equations to rust
homepage
repositoryhttps://github.com/arturoc/pennereq-rs
max_upload_size
id8531
size15,487
arturo (arturoc)

documentation

README

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

Commit count: 9

cargo fmt