mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 09:08:53 +00:00
docs boilerplate
This commit is contained in:
@@ -66,6 +66,7 @@ Follow the :doc:`build` documentation for this
|
|||||||
ivec4
|
ivec4
|
||||||
color
|
color
|
||||||
plane
|
plane
|
||||||
|
perlin
|
||||||
project
|
project
|
||||||
util
|
util
|
||||||
io
|
io
|
||||||
|
29
docs/source/perlin.rst
Normal file
29
docs/source/perlin.rst
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
.. default-domain:: C
|
||||||
|
|
||||||
|
perlin
|
||||||
|
================================================================================
|
||||||
|
|
||||||
|
Header: cglm/perlin.h
|
||||||
|
|
||||||
|
Classic Perlin noise implementation.
|
||||||
|
|
||||||
|
Table of contents (click to go):
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Functions:
|
||||||
|
|
||||||
|
1. :c:func:`glm_perlin`
|
||||||
|
|
||||||
|
|
||||||
|
Functions documentation
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. c:function:: float glm_perlin(vec4 point)
|
||||||
|
|
||||||
|
| Classic Perlin noise
|
||||||
|
|
||||||
|
Parameters:
|
||||||
|
| *[in]* **point** 4D point
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
| noise value
|
Reference in New Issue
Block a user