mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 12:32:40 +00:00
glm_perlin_vec3 docs
This commit is contained in:
@@ -13,6 +13,7 @@ Table of contents (click to go):
|
||||
Functions:
|
||||
|
||||
1. :c:func:`glm_perlin_vec4`
|
||||
#. :c:func:`glm_perlin_vec3`
|
||||
|
||||
|
||||
Functions documentation
|
||||
@@ -27,3 +28,14 @@ Functions documentation
|
||||
|
||||
Returns:
|
||||
| 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