Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-06 | #undef NDEBUG before including any CGAL headers | Marius Kintel | |
2011-09-30 | Cleaned up some unnecessary includes | Marius Kintel | |
2011-09-08 | merged with master | Marius Kintel | |
2011-09-01 | More correct warning | Marius Kintel | |
2011-09-01 | Refactoring of CGAL functionality to allow for forward-declaration of CGAL ↵ | Marius Kintel | |
classes in header files, reducing coupling and thus compilation times | |||
2011-06-05 | Windows build fixes from Kliment Yanev | Marius Kintel | |
2011-04-10 | Merge branch 'master' into convex-hull | Giles Bathgate | |
Conflicts: src/cgaladv_minkowski2.cc | |||
2011-04-10 | Removed excessive debug output | Marius Kintel | |
2011-04-09 | Basic implementation of convex hull for 2d polyhedra. | Giles Bathgate | |
The code was provided to me by Len Trigg via email. | |||
2011-04-09 | 2d Minkowski mostly working | Len Trigg | |
When the 2d minkowski was enabled the nef2p2 was bailing out too early. I added a simple p2nef2 based on what projection.cc was doing, and applied it to the outer_boundary of the polygon_with_holes_2. It now seems to work for simple scad code such as: minkowski() { translate([25,0,0]) square(20); circle(r=3); } | |||
2011-01-21 | Copyright updates | Marius Kintel | |
2010-03-03 | Clifford Wolf: | clifford | |
Little progress with 2d minkowski code git-svn-id: http://svn.clifford.at/openscad/trunk@480 b57f626f-c46c-0410-a088-ec61d464b74c |