Tweeny  3
A Tweening library for modern C++

◆ peek() [3/3]

const detail::tweentraits<T, Ts...>::valuesType peek ( uint32_t  time) const

Calculates and return the tween values at a given time.

This returns the tween values at the requested time, without stepping or seeking.

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