1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-20 05:21:38 +02:00
This commit is contained in:
Justin Lin
2021-10-01 13:28:30 +08:00
parent 9071ac3788
commit 6e8277c91d
2 changed files with 2 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ to_do:
- doc: sf add convexity
- new: polyline_hull, superellipsoid, select, dodecahedron, hexahedron, icosahedron, octahedron, tetrahedron
- new: polyline_join, superellipsoid, select, dodecahedron, hexahedron, icosahedron, octahedron, tetrahedron

View File

@@ -1,4 +1,4 @@
module polyline_hull(points) {
module polyline_join(points) {
leng = len(points);
module hull_line(index) {