mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-14 02:34:12 +02:00
removed unnecessary modules
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
function __triangles_radial(shape_pts) = [for(i = [1:len(shape_pts) - 2]) [0, i, i + 1]];
|
|
@@ -1,12 +0,0 @@
|
|||||||
function __triangles_tape(shape_pts) =
|
|
||||||
let(leng = len(shape_pts))
|
|
||||||
concat(
|
|
||||||
[
|
|
||||||
for(i = [0:leng / 2 - 2])
|
|
||||||
[i, leng - i - 1, leng - i - 2]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
for(i = [0:leng / 2 - 2])
|
|
||||||
[i, i + 1, leng - i - 2]
|
|
||||||
]
|
|
||||||
);
|
|
Reference in New Issue
Block a user