tweeny(3)
| tweeny(3) | Tweeny | tweeny(3) |
NAME
tweeny - The tweeny namespace contains all symbols and names for the Tweeny library.
SYNOPSIS
Detailed Description
The tweeny namespace contains all symbols and names for the Tweeny library.
Classes
class easing
The easing class holds all the bundled easings. class tween
The tween class is the core class of tweeny. It controls the interpolation
steps, easings and durations. class tween< T >
Class specialization when a tween has a single value.
Functions
template<typename... Ts> tween< Ts... >
from (Ts... vs)
Creates a tween starting from the values defined in the arguments.
Function Documentation
tween<Ts...> tweeny::from (Ts... vs)
Creates a tween starting from the values defined in the arguments. Starting values can have heterogeneous types, even user-defined types, provided they implement the four arithmetic operators (+, -, * and /). The types used will also define the type of each next step, the type of the callback and the type of arguments the passed easing functions must have.
See also
Author
Generated automatically by Doxygen for Tweeny from the source code.
| Wed May 5 2021 | Version 3.1.1 |
