Tweeny 3.2.0
A Tweening library for modern C++
Loading...
Searching...
No Matches

◆ progress()

template<typename T , typename... Ts>
float progress ( ) const

Returns the current currentProgress of the interpolation.

0 means its at the values passed in the construction, 1 means the last step.

Returns
the current currentProgress between 0 and 1 (inclusive)