working on ARC_FPoint_Lerp
This commit is contained in:
parent
9bfcd5552e
commit
f431d45af5
2 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ set(ARCHEUS_STD_SOURCES
|
||||||
src/math/circle.c
|
src/math/circle.c
|
||||||
src/math/config.c
|
src/math/config.c
|
||||||
src/math/obround.c
|
src/math/obround.c
|
||||||
|
src/math/point.c
|
||||||
src/math/rectangle.c
|
src/math/rectangle.c
|
||||||
src/math/vector2.c
|
src/math/vector2.c
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,8 @@ typedef struct ARC_FPoint {
|
||||||
float y;
|
float y;
|
||||||
} ARC_FPoint;
|
} ARC_FPoint;
|
||||||
|
|
||||||
|
ARC_FPoint ARC_FPoint_Lerp(ARC_FPoint *start, ARC_FPoint *end, float t);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue