diff options
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); |