1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-02-24 17:42:44 +01:00
This commit is contained in:
Justin Lin 2020-02-18 11:09:36 +08:00
parent cd46a948df
commit 7e0400ea91

View File

@ -0,0 +1,6 @@
function flat(lt) =
[
for(row_pts = lt)
for(pt = row_pts)
pt
];