Zappy GUI
C++ graphic client: renderer, camera, network
Loading...
Searching...
No Matches
IncantationBehavior.cpp File Reference
#include "IncantationBehavior.hpp"
#include <cmath>
#include <cstdlib>
+ Include dependency graph for IncantationBehavior.cpp:

Go to the source code of this file.

Functions

static float smoothstep (float t)
 
static float lerpf (float a, float b, float t)
 
static Vector3 lerpv (Vector3 a, Vector3 b, float t)
 
static float lerpAngle (float a, float b, float t)
 

Function Documentation

◆ lerpAngle()

static float lerpAngle ( float  a,
float  b,
float  t 
)
static

Definition at line 20 of file IncantationBehavior.cpp.

Referenced by IncantationBehavior::update().

+ Here is the caller graph for this function:

◆ lerpf()

static float lerpf ( float  a,
float  b,
float  t 
)
static

Definition at line 12 of file IncantationBehavior.cpp.

Referenced by lerpv().

+ Here is the caller graph for this function:

◆ lerpv()

static Vector3 lerpv ( Vector3  a,
Vector3  b,
float  t 
)
static

Definition at line 14 of file IncantationBehavior.cpp.

References lerpf().

Referenced by IncantationBehavior::update().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ smoothstep()

static float smoothstep ( float  t)
static

Definition at line 6 of file IncantationBehavior.cpp.

Referenced by IncantationBehavior::update(), and CameraController::update().

+ Here is the caller graph for this function: