group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
HudTween.cpp File Reference

Tween pool + easing function implementations. More...

#include "HudTween.hpp"
#include <algorithm>
#include <cmath>
Include dependency graph for HudTween.cpp:

Functions

float easeLinear (float t)
float easeInQuad (float t)
float easeOutQuad (float t)
float easeInOutQuad (float t)
float easeOutBack (float t)
float easeOutElastic (float t)

Detailed Description

Tween pool + easing function implementations.

Function Documentation

◆ easeInOutQuad()

float easeInOutQuad ( float t)

◆ easeInQuad()

float easeInQuad ( float t)
Here is the caller graph for this function:

◆ easeLinear()

float easeLinear ( float t)
Here is the caller graph for this function:

◆ easeOutBack()

float easeOutBack ( float t)
Here is the caller graph for this function:

◆ easeOutElastic()

float easeOutElastic ( float t)

◆ easeOutQuad()

float easeOutQuad ( float t)
Here is the caller graph for this function: