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

◆ from()

template<typename T , typename... Ts>
static tween< T, Ts... > from ( T t,
Ts... vs )
static

Instantiates a tween from a starting point.

This is a static factory helper function to be used by tweeny::from. You should not use this directly. t The first value in the point vs The remaining values