|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | ARC_Point |
| struct | ARC_UPoint |
| struct | ARC_FPoint |
Typedefs | |
| typedef struct ARC_Point | ARC_Point |
| typedef struct ARC_UPoint | ARC_UPoint |
| typedef struct ARC_FPoint | ARC_FPoint |
Functions | |
| ARC_FPoint | ARC_FPoint_Lerp (ARC_FPoint *start, ARC_FPoint *end, float t) |
| typedef struct ARC_FPoint ARC_FPoint |
| typedef struct ARC_Point ARC_Point |
| typedef struct ARC_UPoint ARC_UPoint |
| ARC_FPoint ARC_FPoint_Lerp | ( | ARC_FPoint * | start, |
| ARC_FPoint * | end, | ||
| float | t ) |