mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-02-24 17:42:44 +01:00
add flat
This commit is contained in:
parent
cd46a948df
commit
7e0400ea91
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
|
||||
];
|
Loading…
x
Reference in New Issue
Block a user