1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-20 05:21:38 +02:00

update comment

This commit is contained in:
Justin Lin
2021-09-08 18:01:59 +08:00
parent a2fee75749
commit cafa0ebd06

View File

@@ -21,8 +21,6 @@ use <experimental/rand_pts_sphere.scad>;
use <polyhedron_hull.scad>; use <polyhedron_hull.scad>;
number = 20; number = 20;
u = rands(0, 1, number);
v = rands(0, 1, number);
radius = 2; radius = 2;
points = rand_pts_sphere(radius, number); points = rand_pts_sphere(radius, number);