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

◆ to()

template<typename T, typename... Ts>
tween< T, Ts... > & to ( T t,
Ts... vs )

Adds a new point in this tweening.

This will add a new tweening point with the specified values. Next calls to via and during will refer to this point.

Example

Parameters
t,vsPoint values
Returns
*this