|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
#include "arc/math/point.h"Go to the source code of this file.
Functions | |
| ARC_FPoint | ARC_FPoint_Lerp (ARC_FPoint *start, ARC_FPoint *end, float t) |
| ARC_FPoint ARC_FPoint_Lerp | ( | ARC_FPoint * | start, |
| ARC_FPoint * | end, | ||
| float | t ) |
Definition at line 3 of file point.c.
References ARC_FPoint::x, and ARC_FPoint::y.