CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
cydui::easing Namespace Referenceexport

Typedefs

using cydui::easing::function_type = std::function<float_type(const float_type&)>
 

Functions

constexpr float_type cydui::easing::linear (const float_type &t)
 

Typedef Documentation

◆ function_type

using cydui::easing::function_type = std::function<float_type(const float_type&)>
export

Definition at line 14 of file easing_functions.cppm.

Function Documentation

◆ linear()

float_type cydui::easing::linear ( const float_type & t)
constexprexport

Definition at line 16 of file easing_functions.cppm.