summaryrefslogtreecommitdiff
path: root/tests/regression/dumptest/circle-tests-expected.csg
diff options
context:
space:
mode:
authorTorsten Paul <Torsten.Paul@gmx.de>2013-10-20 20:03:09 (GMT)
committerTorsten Paul <Torsten.Paul@gmx.de>2013-10-21 17:47:55 (GMT)
commit74082c8cff46863fe56ddc9de93cca57b610c4d9 (patch)
treec80b9777d10714790fe278b5527da05fc018945a /tests/regression/dumptest/circle-tests-expected.csg
parent141f43498c6eaa7a59a053e28ae89d67f81c361e (diff)
Extend circle tests to cover the new diameter parameter.
Diffstat (limited to 'tests/regression/dumptest/circle-tests-expected.csg')
-rw-r--r--tests/regression/dumptest/circle-tests-expected.csg8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/regression/dumptest/circle-tests-expected.csg b/tests/regression/dumptest/circle-tests-expected.csg
index b522850..3e183ee 100644
--- a/tests/regression/dumptest/circle-tests-expected.csg
+++ b/tests/regression/dumptest/circle-tests-expected.csg
@@ -27,7 +27,13 @@ group() {
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]]) {
+ multmatrix([[1, 0, 0, 0], [0, 1, 0, -9], [0, 0, 1, 0], [0, 0, 0, 1]]) {
circle($fn = 0.1, $fa = 12, $fs = 2, r = 1);
}
+ multmatrix([[1, 0, 0, 3], [0, 1, 0, -9], [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, -9], [0, 0, 1, 0], [0, 0, 0, 1]]) {
+ circle($fn = 8, $fa = 12, $fs = 2, r = 1);
+ }
}
contact: Jan Huwald // Impressum