mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 16:51:35 +00:00
fix glm_ivec2|3_fill and glm_ivec2|3_eq params
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user