From 9c89460e136ed6c6c43704d9a3a15105e0f006b0 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 22 Feb 2020 18:17:06 +0800 Subject: *wog --- src/math/math.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/math/math.h') 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); -- cgit v1.1-26-g67d0