diff options
author | chai <chaifix@163.com> | 2020-02-22 18:17:06 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-02-22 18:17:06 +0800 |
commit | 9c89460e136ed6c6c43704d9a3a15105e0f006b0 (patch) | |
tree | cd56f1dfc10650cfbfe7007ee3432ee32227edc3 /src/math/math.h | |
parent | d49f3d3f73709a9a7c0bce53aa13ed28a2bd27cb (diff) |
*wog
Diffstat (limited to 'src/math/math.h')
-rw-r--r-- | src/math/math.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/math.h b/src/math/math.h index 1c2a9c0..1c65c01 100644 --- a/src/math/math.h +++ b/src/math/math.h @@ -179,6 +179,7 @@ void vec3_lerp(Vec3* v1, Vec3* v2, float t, Vec3* out); void vec3_slerp(Vec3* v1, Vec3* v2, float t, Vec3* out); void vec4_dividew(Vec4* v, Vec3* out); +void vec4_dividewnoz(Vec4* v, Vec4* out); void vec4_tostring(Vec4* v, char buf[]); void vec4_print(Vec4* v); |