1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 06:08:31 +01:00

update docs

This commit is contained in:
Justin Lin 2022-07-02 17:38:55 +08:00
parent e39a7311f3
commit a6e74ca978
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@ Perform poisson sampling over a rectangle area. An implementation of [Fast Poiss
## Examples
use <pp/pp_poisson2.scad>
use <polyline_join.scad>
points = pp_poisson2([100, 100], 5);
for(p = points) {

View File

@ -15,7 +15,6 @@ Perform poisson sampling over a cube space. An 3D implementation of [Fast Poisso
## Examples
use <pp/pp_poisson3.scad>
use <polyline_join.scad>
points = pp_poisson3([50, 50, 50], 10);
for(p = points) {