mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-20 05:21:38 +02:00
rename
This commit is contained in:
@@ -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
|
@@ -1,4 +1,4 @@
|
||||
module polyline_hull(points) {
|
||||
module polyline_join(points) {
|
||||
leng = len(points);
|
||||
|
||||
module hull_line(index) {
|
Reference in New Issue
Block a user