1
0
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:
Justin Lin 2020-02-22 09:57:40 +08:00
parent 0a61fd4095
commit b4a7ae46ad

View File

@ -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
];