Module anim

Source

Structs§

State

Functions§

lerp
A simple linear interpolation calculation function. p = percent_complete in decimal form
slerp
A fast smooth interpolation calculation function. p = percent_complete in decimal form
smootherstep
utility function which maps a value [0, 1] -> [0, 1] using the smootherstep function