Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-07 | bugfix: 2D hull() now works with for loops. Thanks to nophead to reasserting ↵ | Marius Kintel | |
this bug. | |||
2011-09-06 | Implemented 2D hull | Marius Kintel | |
2011-04-10 | indentation | Marius Kintel | |
2011-04-09 | Convex hull now works properly with multiple children that do not ↵ | Giles Bathgate | |
neccecerily need to be touching. | |||
2011-04-09 | Slight improvement. You no longer need an arbitary shape in the script for ↵ | Giles Bathgate | |
it to work. See changes in testdata/scad/convex_hull.scad The square(2) was never rendered it was just there because the hull is calculated when it itterates onto the second child. I also removed the unneeded parameter. | |||
2011-04-09 | Basic implementation of convex hull for 2d polyhedra. | Giles Bathgate | |
The code was provided to me by Len Trigg via email. |