mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-02-24 09:33:26 +01:00
use each to refactor
This commit is contained in:
parent
0a61fd4095
commit
b4a7ae46ad
@ -1,6 +1 @@
|
||||
function flat(lt) =
|
||||
[
|
||||
for(row_pts = lt)
|
||||
for(pt = row_pts)
|
||||
pt
|
||||
];
|
||||
function flat(lt) = [for(row_pts = lt) each row_pts];
|
Loading…
x
Reference in New Issue
Block a user