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

Static Public Member Functions

template<unsigned Degree>
static auto polynomialIn (float t) -> float
 
template<unsigned Degree>
static auto polynomialOut (float t) -> float
 
template<unsigned Degree>
static auto polynomialInOut (float t) -> float
 
template<unsigned Pull>
static auto backIn (float t) -> float
 
template<unsigned Pull>
static auto backOut (float t) -> float
 
template<unsigned Pull>
static auto backInOut (float t) -> float
 
template<unsigned Pull>
static auto backIn2 (float t) -> float
 
template<unsigned Pull>
static auto backOut2 (float t) -> float
 
template<unsigned Pull>
static auto backInOut2 (float t) -> float
 
template<unsigned Ondulation>
static auto elasticIn (float t) -> float
 
template<unsigned Ondulation>
static auto elasticOut (float t) -> float
 
template<unsigned Ondulation>
static auto elasticInOut (float t) -> float
 

Detailed Description

Definition at line 57 of file Easing.hpp.


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