diff options
author | chai <chaifix@163.com> | 2019-12-08 21:29:29 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-08 21:29:29 +0800 |
commit | 69d8af71d6882e801496fcd7ed971081c0b720d8 (patch) | |
tree | 452f7d037cf977e4a934d433bd2f12c03ed1ea10 /src/math/math.h | |
parent | 31be0df6255ef704bed28d2be56acbe1cea7caad (diff) |
*misc
Diffstat (limited to 'src/math/math.h')
-rw-r--r-- | src/math/math.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/math/math.h b/src/math/math.h index 35219a3..1db7df7 100644 --- a/src/math/math.h +++ b/src/math/math.h @@ -182,6 +182,8 @@ void vec4_dividew(Vec4* v, Vec3* out); void vec4_tostring(Vec4* v, char buf[]); void vec4_print(Vec4* v); +void vec4_lerp(Vec4* a, Vec4* b, float t, Vec4* out); + /************************************************************************/ /* Matrix */ /************************************************************************/ |