mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
vec3-ext docs
This commit is contained in:
@@ -28,6 +28,8 @@ Functions:
|
|||||||
#. :c:func:`glm_vec3_isvalid`
|
#. :c:func:`glm_vec3_isvalid`
|
||||||
#. :c:func:`glm_vec3_sign`
|
#. :c:func:`glm_vec3_sign`
|
||||||
#. :c:func:`glm_vec3_abs`
|
#. :c:func:`glm_vec3_abs`
|
||||||
|
#. :c:func:`glm_vec3_fract`
|
||||||
|
#. :c:func:`glm_vec3_floor`
|
||||||
#. :c:func:`glm_vec3_sqrt`
|
#. :c:func:`glm_vec3_sqrt`
|
||||||
|
|
||||||
Functions documentation
|
Functions documentation
|
||||||
@@ -151,6 +153,22 @@ Functions documentation
|
|||||||
| *[in]* **v** vector
|
| *[in]* **v** vector
|
||||||
| *[out]* **dest** destination vector
|
| *[out]* **dest** destination vector
|
||||||
|
|
||||||
|
.. c:function:: void glm_vec3_fract(vec3 v, vec3 dest)
|
||||||
|
|
||||||
|
fractional part of each vector item
|
||||||
|
|
||||||
|
Parameters:
|
||||||
|
| *[in]* **v** vector
|
||||||
|
| *[out]* **dest** destination vector
|
||||||
|
|
||||||
|
.. c:function:: void glm_vec3_floor(vec3 v, vec3 dest)
|
||||||
|
|
||||||
|
floor of each vector item
|
||||||
|
|
||||||
|
Parameters:
|
||||||
|
| *[in]* **v** vector
|
||||||
|
| *[out]* **dest** destination vector
|
||||||
|
|
||||||
.. c:function:: void glm_vec3_sqrt(vec3 v, vec3 dest)
|
.. c:function:: void glm_vec3_sqrt(vec3 v, vec3 dest)
|
||||||
|
|
||||||
square root of each vector item
|
square root of each vector item
|
||||||
|
|||||||
Reference in New Issue
Block a user