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

◆ to() [2/2]

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