mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 08:41:55 +00:00
30 lines
536 B
ReStructuredText
30 lines
536 B
ReStructuredText
.. 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
|