CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
easing_functions.cppm File Reference
import std;
+ Include dependency graph for easing_functions.cppm:

Go to the source code of this file.

Namespaces

namespace  cydui
 
namespace  cydui::easing
 

Typedefs

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

Functions

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