docs: add docs for vec4

This commit is contained in:
Recep Aslantas
2018-02-26 22:08:04 +03:00
parent be3f117374
commit 23698b7e48
5 changed files with 307 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ Functions documentation
| *[in]* **v** vector
| *[in]* **val** value
.. c:function:: bool glm_vec_eq_eps(vec4 v, float val)
.. c:function:: bool glm_vec_eq_eps(vec3 v, float val)
check if vector is equal to value (with epsilon)