NasNas
An intuitive and beginner friendly 2D game framework for C++
Classes | Static Public Member Functions | List of all members
ns::easing Struct Reference

Classes

struct  custom
 

Static Public Member Functions

static auto linear (float t) -> float
 
static auto quadraticIn (float t) -> float
 
static auto quadraticOut (float t) -> float
 
static auto quadraticInOut (float t) -> float
 
static auto cubicIn (float t) -> float
 
static auto cubicOut (float t) -> float
 
static auto cubicInOut (float t) -> float
 
static auto sinusoidalIn (float t) -> float
 
static auto sinusoidalOut (float t) -> float
 
static auto sinusoidalInOut (float t) -> float
 
static auto exponentialIn (float t) -> float
 
static auto exponentialOut (float t) -> float
 
static auto exponentialInOut (float t) -> float
 
static auto circularIn (float t) -> float
 
static auto circularOut (float t) -> float
 
static auto circularInOut (float t) -> float
 
static auto bounceIn (float t) -> float
 
static auto bounceOut (float t) -> float
 
static auto bounceInOut (float t) -> float
 
static auto backIn (float t) -> float
 
static auto backOut (float t) -> float
 
static auto backInOut (float t) -> float
 
static auto backIn2 (float t) -> float
 
static auto backOut2 (float t) -> float
 
static auto backInOut2 (float t) -> float
 
static auto elasticIn (float t) -> float
 
static auto elasticOut (float t) -> float
 
static auto elasticInOut (float t) -> float
 

Detailed Description

Definition at line 18 of file Easing.hpp.


The documentation for this struct was generated from the following file: