mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
glm_perlin_vec3 docs
This commit is contained in:
@@ -13,6 +13,7 @@ Table of contents (click to go):
|
|||||||
Functions:
|
Functions:
|
||||||
|
|
||||||
1. :c:func:`glm_perlin_vec4`
|
1. :c:func:`glm_perlin_vec4`
|
||||||
|
#. :c:func:`glm_perlin_vec3`
|
||||||
|
|
||||||
|
|
||||||
Functions documentation
|
Functions documentation
|
||||||
@@ -27,3 +28,14 @@ Functions documentation
|
|||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
| noise value
|
| noise value
|
||||||
|
|
||||||
|
|
||||||
|
.. c:function:: float glm_perlin_vec3(vec3 point)
|
||||||
|
|
||||||
|
| Classic Perlin noise
|
||||||
|
|
||||||
|
Parameters:
|
||||||
|
| *[in]* **point** 3D point
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
| noise value
|
||||||
|
|||||||
Reference in New Issue
Block a user