add tests for vec2 and its call version

This commit is contained in:
Recep Aslantas
2020-02-24 10:06:19 +03:00
parent 8a068c3291
commit 43ae3b332a
10 changed files with 771 additions and 81 deletions

View File

@@ -53,7 +53,7 @@ glmc_vec2_norm2(vec2 v) {
CGLM_EXPORT
float
glmc_vec2_norm(vec2 v) {
return glm_vec2_norm2(v);
return glm_vec2_norm(v);
}
CGLM_EXPORT