fix glm_ivec2|3_fill and glm_ivec2|3_eq params

This commit is contained in:
Recep Aslantas
2023-09-05 20:19:33 +03:00
parent e0e7e380e5
commit 126f809dae
6 changed files with 16 additions and 16 deletions

View File

@@ -143,7 +143,7 @@ Functions documentation
Returns:
distance
.. c:function:: void glm_ivec2_fill(ivec2 v, float val)
.. c:function:: void glm_ivec2_fill(ivec2 v, int val)
fill a vector with specified value
@@ -151,7 +151,7 @@ Functions documentation
| *[out]* **v** vector
| *[in]* **val** value
.. c:function:: bool glm_ivec2_eq(ivec2 v, float val)
.. c:function:: bool glm_ivec2_eq(ivec2 v, int val)
check if vector is equal to value

View File

@@ -146,7 +146,7 @@ Functions documentation
Returns:
distance
.. c:function:: void glm_ivec3_fill(ivec3 v, float val)
.. c:function:: void glm_ivec3_fill(ivec3 v, int val)
fill a vector with specified value
@@ -154,7 +154,7 @@ Functions documentation
| *[out]* **v** vector
| *[in]* **val** value
.. c:function:: bool glm_ivec3_eq(ivec3 v, float val)
.. c:function:: bool glm_ivec3_eq(ivec3 v, int val)
check if vector is equal to value