perlin.h -> noise.h

This commit is contained in:
Marcin
2025-01-15 14:05:01 +00:00
parent 43c9f84c8c
commit a0d8803f76
15 changed files with 68 additions and 68 deletions

View File

@@ -66,7 +66,7 @@ Follow the :doc:`build` documentation for this
ivec4
color
plane
perlin
noise
project
util
io

View File

@@ -3,7 +3,7 @@
perlin
================================================================================
Header: cglm/perlin.h
Header: cglm/noise.h
Classic Perlin noise implementation.
@@ -12,13 +12,13 @@ Table of contents (click to go):
Functions:
1. :c:func:`glm_perlin`
1. :c:func:`glm_perlin_vec4`
Functions documentation
~~~~~~~~~~~~~~~~~~~~~~~
.. c:function:: float glm_perlin(vec4 point)
.. c:function:: float glm_perlin_vec4(vec4 point)
| Classic Perlin noise