summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-12-30 01:16:54 (GMT)
committerMarius Kintel <marius@kintel.net>2013-12-30 01:16:54 (GMT)
commit101d6343c00f41ad071177e692df7e19bb35f484 (patch)
treee50c0d52baf3cd884486d953e5ee386a4c82ce21 /testdata
parentb47ec73e7273d29f927fa59026a27295a94759dc (diff)
Added testcase for #582
Diffstat (limited to 'testdata')
-rw-r--r--testdata/scad/bugs/issue582.scad5
1 files changed, 5 insertions, 0 deletions
diff --git a/testdata/scad/bugs/issue582.scad b/testdata/scad/bugs/issue582.scad
new file mode 100644
index 0000000..f2e8152
--- /dev/null
+++ b/testdata/scad/bugs/issue582.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);
contact: Jan Huwald // Impressum