mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 18:24:28 +02:00
use each to refactor
This commit is contained in:
@@ -1,6 +1 @@
|
|||||||
function flat(lt) =
|
function flat(lt) = [for(row_pts = lt) each row_pts];
|
||||||
[
|
|
||||||
for(row_pts = lt)
|
|
||||||
for(pt = row_pts)
|
|
||||||
pt
|
|
||||||
];
|
|
Reference in New Issue
Block a user