From 6ad0219dee3bbe02c8f628e683eda9f3f4465d7f Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 16 Dec 2020 16:25:16 +0800 Subject: [PATCH] update doc --- docs/lib2x-nz_cell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib2x-nz_cell.md b/docs/lib2x-nz_cell.md index d872f884..e5ff2624 100644 --- a/docs/lib2x-nz_cell.md +++ b/docs/lib2x-nz_cell.md @@ -5,7 +5,7 @@ It's an implementation of [Worley noise](https://en.wikipedia.org/wiki/Worley_no **Since:** 2.3 ## Parameters -points, p, dist + - `points` : The feature points, can be 2D or 3D. - `p` : The pixel or voxel coordinate. - `dist` : The noise value of each point is based on its distance to other cells. Different distance strategies make different noises. The `dist` parameter accepts `"euclidean"`, `"manhattan"`, `"chebyshev"` or `"border"`.