mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 01:00:46 +00:00
docs: Additions and corrections.
* Add missing doc for `glm_vec4_one`. * mat4: correct links to some functions.
This commit is contained in:
@@ -108,6 +108,13 @@ Functions documentation
|
||||
Parameters:
|
||||
| *[in, out]* **v** vector
|
||||
|
||||
.. c:function:: void glm_vec4_one(vec4 v)
|
||||
|
||||
makes all members one
|
||||
|
||||
Parameters:
|
||||
| *[in, out]* **v** vector
|
||||
|
||||
.. c:function:: float glm_vec4_dot(vec4 a, vec4 b)
|
||||
|
||||
dot product of vec4
|
||||
|
Reference in New Issue
Block a user