Age | Commit message (Collapse) | Author |
|
|
|
|
|
classes in header files, reducing coupling and thus compilation times
|
|
|
|
Conflicts:
src/cgaladv_minkowski2.cc
|
|
|
|
The code was provided to me by Len Trigg via email.
|
|
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);
}
|
|
|
|
Little progress with 2d minkowski code
git-svn-id: http://svn.clifford.at/openscad/trunk@480 b57f626f-c46c-0410-a088-ec61d464b74c
|