From 9c9781334aee87f32926cfd465839c4e5026a65d Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Mon, 8 Oct 2012 20:44:48 -0400 Subject: Added testcase for issue #204 diff --git a/testdata/scad/bugs/issue204.scad b/testdata/scad/bugs/issue204.scad new file mode 100644 index 0000000..f2e8152 --- /dev/null +++ b/testdata/scad/bugs/issue204.scad @@ -0,0 +1,5 @@ +// Causes a CGAL assertion in CGALEvaluator::process() +e=0.000; +for (m = [ [ [ 0, 1, 0], [ 0, 0, 1], [ 1, 0, 0] ], + [ [-1, 0, e], [ 0,-1, 0], [ 0, 0,-1] ] ] ) + multmatrix (m) cube([1,5,1], center=true); -- cgit v0.10.1