diff options
Diffstat (limited to 'tests/regression/dumptest/circle-tests-expected.txt')
-rw-r--r-- | tests/regression/dumptest/circle-tests-expected.txt | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/regression/dumptest/circle-tests-expected.txt b/tests/regression/dumptest/circle-tests-expected.txt deleted file mode 100644 index 28359d8..0000000 --- a/tests/regression/dumptest/circle-tests-expected.txt +++ /dev/null @@ -1,32 +0,0 @@ - circle($fn = 0, $fa = 12, $fs = 2, r = 1); - multmatrix([[1, 0, 0, 0], [0, 1, 0, 3], [0, 0, 1, 0], [0, 0, 0, 1]]) { - circle($fn = 0, $fa = 12, $fs = 2, r = 1); - } - multmatrix([[1, 0, 0, 5], [0, 1, 0, 1], [0, 0, 1, 0], [0, 0, 0, 1]]) { - circle($fn = 0, $fa = 12, $fs = 2, r = 3); - } - multmatrix([[1, 0, 0, 0], [0, 1, 0, -1], [0, 0, 1, 0], [0, 0, 0, 1]]) { - circle($fn = 0, $fa = 12, $fs = 2, r = 0); - } - multmatrix([[1, 0, 0, 0], [0, 1, 0, -3], [0, 0, 1, 0], [0, 0, 0, 1]]) { - circle($fn = 4, $fa = 12, $fs = 2, r = 1); - } - multmatrix([[1, 0, 0, 3], [0, 1, 0, -3], [0, 0, 1, 0], [0, 0, 0, 1]]) { - circle($fn = 8, $fa = 12, $fs = 2, r = 1); - } - multmatrix([[1, 0, 0, 6], [0, 1, 0, -3], [0, 0, 1, 0], [0, 0, 0, 1]]) { - circle($fn = 12, $fa = 12, $fs = 2, r = 1); - } - multmatrix([[1, 0, 0, 0], [0, 1, 0, -6], [0, 0, 1, 0], [0, 0, 0, 1]]) { - circle($fn = 0, $fa = 20, $fs = 0.3, r = 1); - } - multmatrix([[1, 0, 0, 3], [0, 1, 0, -6], [0, 0, 1, 0], [0, 0, 0, 1]]) { - circle($fn = 0, $fa = 30, $fs = 0.3, r = 1); - } - multmatrix([[1, 0, 0, 6], [0, 1, 0, -6], [0, 0, 1, 0], [0, 0, 0, 1]]) { - circle($fn = 0, $fa = 40, $fs = 0.3, r = 1); - } - multmatrix([[1, 0, 0, 3], [0, 1, 0, -9], [0, 0, 1, 0], [0, 0, 0, 1]]) { - circle($fn = 0.1, $fa = 12, $fs = 2, r = 1); - } - |