[][src]Type Definition raylib::ease::EaseFn

type EaseFn = fn(_: f32, _: f32, _: f32, _: f32) -> f32;

The type alias used for all easing functions.