NAP
Functions
nap::math::Bounce Namespace Reference

Functions

template<typename T >
easeIn (T t, T b, T c, T d)
 
template<typename T >
easeOut (T t, T b, T c, T d)
 
template<typename T >
easeInOut (T t, T b, T c, T d)
 

Function Documentation

◆ easeIn()

T easeIn ( t,
b,
c,
d 
)

◆ easeInOut()

T easeInOut ( t,
b,
c,
d 
)

◆ easeOut()

T easeOut ( t,
b,
c,
d 
)