mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-01 18:54:39 +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