mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-31 18:22:08 +02:00
add flat
This commit is contained in:
6
src/experimental/flat.scad
Normal file
6
src/experimental/flat.scad
Normal file
@@ -0,0 +1,6 @@
|
||||
function flat(lt) =
|
||||
[
|
||||
for(row_pts = lt)
|
||||
for(pt = row_pts)
|
||||
pt
|
||||
];
|
Reference in New Issue
Block a user