vec4: optimize vec4 norm and norm2

This commit is contained in:
Recep Aslantas
2018-04-13 11:18:42 +03:00
parent 0eb37da8bb
commit 79f8b1ebf8
4 changed files with 42 additions and 2 deletions

View File

@@ -25,6 +25,9 @@
void
test_rand_mat4(mat4 dest);
void
test_assert_eqf(float a, float b);
void
test_assert_mat4_eq(mat4 m1, mat4 m2);