Khangai Robot Play - Naive  01
THe naive play of the Khangai Robot
interpolation.cpp File Reference
#include "interpolation.h"
Include dependency graph for interpolation.cpp:

Functions

float lerp (float x, float y, float t)
 
float cubic_herp (float x, float y, float t)
 
Vec3< float > lerp (Vec3< float > x, Vec3< float > y, float t)
 
Vec3< float > cubic_herp (Vec3< float > x, Vec3< float > y, float t)
 

Function Documentation

◆ cubic_herp() [1/2]

float cubic_herp ( float  x,
float  y,
float  t 
)
Here is the call graph for this function:

◆ cubic_herp() [2/2]

Vec3<float> cubic_herp ( Vec3< float >  x,
Vec3< float >  y,
float  t 
)
Here is the call graph for this function:

◆ lerp() [1/2]

float lerp ( float  x,
float  y,
float  t 
)

◆ lerp() [2/2]

Vec3<float> lerp ( Vec3< float >  x,
Vec3< float >  y,
float  t 
)
Here is the call graph for this function: