Module raylib::ease [−][src]
Expand description
Easing and interpolation helpers.
Tween
provides a simple way in which to interpolate a single f32
value. The various easing functions contained within this module may be used with it.
Structs
A manager for a tween on a single f32
value.
Functions
Type Definitions
The type alias used for all easing functions.