mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +02:00
update docs
This commit is contained in:
@@ -15,7 +15,6 @@ Perform poisson sampling over a rectangle area. An implementation of [Fast Poiss
|
|||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
use <pp/pp_poisson2.scad>
|
use <pp/pp_poisson2.scad>
|
||||||
use <polyline_join.scad>
|
|
||||||
|
|
||||||
points = pp_poisson2([100, 100], 5);
|
points = pp_poisson2([100, 100], 5);
|
||||||
for(p = points) {
|
for(p = points) {
|
||||||
|
@@ -15,7 +15,6 @@ Perform poisson sampling over a cube space. An 3D implementation of [Fast Poisso
|
|||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
use <pp/pp_poisson3.scad>
|
use <pp/pp_poisson3.scad>
|
||||||
use <polyline_join.scad>
|
|
||||||
|
|
||||||
points = pp_poisson3([50, 50, 50], 10);
|
points = pp_poisson3([50, 50, 50], 10);
|
||||||
for(p = points) {
|
for(p = points) {
|
||||||
|
Reference in New Issue
Block a user