1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-06 14:56:47 +02:00

update doc

This commit is contained in:
Justin Lin
2022-07-19 11:34:07 +08:00
parent 756fde7c0f
commit 4e2edcef5b

View File

@@ -30,6 +30,9 @@ Creates visually even spacing of n points on the surface of the sphere. Nearest-
![fibonacci_lattice](images/lib3x-fibonacci_lattice-1.JPG)
use <fibonacci_lattice.scad>
use <polyline_join.scad>
n = 200;
radius = 20;
pts = fibonacci_lattice(n, radius);