mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-25 13:59:04 +02:00
comment
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
module polyhedron_hull(points) {
|
module polyhedron_hull(points) {
|
||||||
// a workaround
|
// a workaround from http://forum.openscad.org/missing-features-tc30187.html
|
||||||
hull() polyhedron(points, [[for(i=[0:len(points)-1]) i]]);
|
hull() polyhedron(points, [[for(i=[0:len(points)-1]) i]]);
|
||||||
|
|
||||||
|
// Will I implement Convex Hulls (3D)?
|
||||||
|
// https://www.cs.jhu.edu/~misha/Spring16/10.pdf
|
||||||
}
|
}
|
Reference in New Issue
Block a user