Tweeny
3
A Tweening library for modern C++
|
◆ to()
Adds a new currentPoint in this tweening. This will add a new tweening currentPoint with the specified values. Next calls to Example auto t = tweeny::from(0).to(100).to(200);
|