1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 20:10:36 +02:00

update doc

This commit is contained in:
Justin Lin
2022-05-07 12:26:22 +08:00
parent c5ac23200b
commit 2ffb27095e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View File

@@ -18,7 +18,7 @@ Create a [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) from a
points = [for(i = [0:50]) rands(-20, 20, 2)];
vrn2_from(points);
translate([60, 0, 0])
translate([80, 0, 0])
vrn2_from(points, region_type = "circle");
![vrn2_from](images/lib3x-vrn2_from-1.JPG)