![]() |
Khangai Robot Play - Naive
01
THe naive play of the Khangai Robot
|
#include "vec3.h"

Go to the source code of this file.
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) |
| float cubic_herp | ( | float | x, |
| float | y, | ||
| float | t | ||
| ) |


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