diff options
Diffstat (limited to 'tests/regression/dumptest/union-tests-expected.txt')
-rw-r--r-- | tests/regression/dumptest/union-tests-expected.txt | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/tests/regression/dumptest/union-tests-expected.txt b/tests/regression/dumptest/union-tests-expected.txt deleted file mode 100644 index b0a30f6..0000000 --- a/tests/regression/dumptest/union-tests-expected.txt +++ /dev/null @@ -1,47 +0,0 @@ - multmatrix([[1, 0, 0, -12], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { - union() { - cube(size = [10, 10, 10], center = false); - multmatrix([[1, 0, 0, 4], [0, 1, 0, 4], [0, 0, 1, 8], [0, 0, 0, 1]]) { - cube(size = [2, 2, 10], center = false); - } - } - } - union() { - cube(size = [10, 10, 10], center = false); - multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 10], [0, 0, 0, 1]]) { - cube(size = [2, 2, 10], center = false); - } - } - multmatrix([[1, 0, 0, 12], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { - union() { - cube(size = [10, 10, 10], center = false); - multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 11], [0, 0, 0, 1]]) { - cube(size = [2, 2, 10], center = false); - } - } - } - multmatrix([[1, 0, 0, 24], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { - union() { - cube(size = [10, 10, 10], center = false); - multmatrix([[1, 0, 0, 4], [0, 1, 0, 4], [0, 0, 1, 10], [0, 0, 0, 1]]) { - cube(size = [2, 2, 10], center = false); - } - } - } - multmatrix([[1, 0, 0, -12], [0, 1, 0, 12], [0, 0, 1, 0], [0, 0, 0, 1]]) { - union() { - cube(size = [10, 10, 10], center = false); - multmatrix([[1, 0, 0, -2], [0, 1, 0, 10], [0, 0, 1, 10], [0, 0, 0, 1]]) { - cube(size = [2, 2, 10], center = false); - } - } - } - multmatrix([[1, 0, 0, 0], [0, 1, 0, 12], [0, 0, 1, 0], [0, 0, 0, 1]]) { - union() { - cube(size = [10, 10, 10], center = false); - multmatrix([[1, 0, 0, 0], [0, 1, 0, 10], [0, 0, 1, 10], [0, 0, 0, 1]]) { - cube(size = [2, 2, 10], center = false); - } - } - } - |