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

◆ peek() [3/6]

const detail::tweentraits< T, Ts... >::valuesType peek ( float progress) const

Calculates and returns the tween values at a given progress.

This returns the tween value at the requested progress, without stepping or seeking.

Returns
std::tuple<Ts...> with the current tween values.