1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-22 14:23:23 +02:00
This commit is contained in:
Justin Lin
2020-03-05 20:30:29 +08:00
parent 989353d453
commit bf9088bfe2

View File

@@ -0,0 +1,2 @@
function zip3(lt1, lt2, lt3) =
[for(i = [0:len(lt1) - 1]) [lt1[i], lt2[i]. lt3[i]]];