mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +02:00
update doc
This commit is contained in:
@@ -30,6 +30,9 @@ Creates visually even spacing of n points on the surface of the sphere. Nearest-
|
||||
|
||||

|
||||
|
||||
use <fibonacci_lattice.scad>
|
||||
use <polyline_join.scad>
|
||||
|
||||
n = 200;
|
||||
radius = 20;
|
||||
pts = fibonacci_lattice(n, radius);
|
||||
|
Reference in New Issue
Block a user