From e436e0992380cded59d111405577857915a08804 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 2 Jul 2022 17:32:19 +0800 Subject: [PATCH] update doc --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e61add30..16f6dfe5 100644 --- a/README.md +++ b/README.md @@ -405,7 +405,6 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp [**pp/pp_disk**(radius, value_count[, seed])](https://openhome.cc/eGossip/OpenSCAD/lib3x-pp_disk.html) | generate random points over a disk. [**pp/pp_sphere**(radius, value_count[, seed])](https://openhome.cc/eGossip/OpenSCAD/lib3x-pp_sphere.html) | pick random points on the surface of a sphere. [**pp/pp_poisson2**(size, r[, start, k, seed])](https://openhome.cc/eGossip/OpenSCAD/lib3x-pp_poisson2.html) | perform poisson sampling over a rectangle area. - [**pp/pp_poisson3**(size, r[, start, k, seed])](https://openhome.cc/eGossip/OpenSCAD/lib3x-pp_poisson3.html) | perform poisson sampling over a cube space. ## Maze