vec: add one and zero helpers for vectors

This commit is contained in:
Recep Aslantas
2018-04-13 11:57:14 +03:00
parent c489955b00
commit 25fc3d0284
13 changed files with 165 additions and 2 deletions

View File

@@ -31,4 +31,7 @@ test_quat(void **state);
void
test_vec4(void **state);
void
test_vec3(void **state);
#endif /* test_tests_h */