mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-19 21:12:08 +02:00
rename
This commit is contained in:
@@ -6,10 +6,10 @@ use <triangle/tri_incenter.scad>;
|
|||||||
function circle_packing2(points, density = 1) =
|
function circle_packing2(points, density = 1) =
|
||||||
[
|
[
|
||||||
for(t = tri_delaunay(points, ret = "TRI_SHAPES"))
|
for(t = tri_delaunay(points, ret = "TRI_SHAPES"))
|
||||||
each circle_packing_triangle(t, density)
|
each circle_packing_triangle2(t, density)
|
||||||
];
|
];
|
||||||
|
|
||||||
function circle_packing_triangle(t, density) =
|
function circle_packing_triangle2(t, density) =
|
||||||
[
|
[
|
||||||
for(st = tri_subdivide(t, density))
|
for(st = tri_subdivide(t, density))
|
||||||
let(
|
let(
|
||||||
|
Reference in New Issue
Block a user