mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 06:08:31 +01:00
update docs
This commit is contained in:
parent
e39a7311f3
commit
a6e74ca978
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user