diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-16 13:45:52 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-16 13:45:52 (GMT) |
commit | 1778047f77ea9513b28ee99b0cc64a24da42319f (patch) | |
tree | c119bb08da14e2f838176faac420dab8bcb0b0fe /tests/regression/dumptest/projection-tests-expected.txt | |
parent | 063a288dceb10a609466119ad5facf31ef5d4064 (diff) |
for portable testing, use Value() result for doubles inside multmatrix
Diffstat (limited to 'tests/regression/dumptest/projection-tests-expected.txt')
-rw-r--r-- | tests/regression/dumptest/projection-tests-expected.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression/dumptest/projection-tests-expected.txt b/tests/regression/dumptest/projection-tests-expected.txt index 69cd4f6..69cb49c 100644 --- a/tests/regression/dumptest/projection-tests-expected.txt +++ b/tests/regression/dumptest/projection-tests-expected.txt @@ -29,7 +29,7 @@ multmatrix([[1, 0, 0, 0], [0, 1, 0, -22], [0, 0, 1, 0], [0, 0, 0, 1]]) { linear_extrude(height = 5, center = false, convexity = 1, $fn = 0, $fa = 12, $fs = 2) { projection(cut = true, convexity = 0) { - multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, -5], [0, 0, 0, 1]]) { + multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, -4.999999], [0, 0, 0, 1]]) { cube(size = [10, 10, 10], center = true); } } |