1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00

update doc

This commit is contained in:
Justin Lin 2021-01-07 15:29:07 +08:00
parent 26516211b9
commit 5411a012ea
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# nz_worley3
Returns the 3D [Worley noise](https://en.wikipedia.org/wiki/Worley_noise) value `[cell_x, cell_y, cell_y, noise]` at the (x, y, z) coordinate.
Returns the 3D [Worley noise](https://en.wikipedia.org/wiki/Worley_noise) value `[cell_x, cell_y, cell_z, noise]` at the (x, y, z) coordinate.
It divides the space into grids. The nucleus of each cell is randomly placed in a grid.

View File

@ -1,6 +1,6 @@
# nz_worley3s
Returns 3D [Worley noise](https://en.wikipedia.org/wiki/Worley_noise) values `[cell_x, cell_y, cell_y, noise]` at (x, y, z) coordinates.
Returns 3D [Worley noise](https://en.wikipedia.org/wiki/Worley_noise) values `[cell_x, cell_y, cell_z, noise]` at (x, y, z) coordinates.
It divides the space into grids. The nucleus of each cell is randomly placed in a grid.