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/example015-expected.txt | |
parent | 063a288dceb10a609466119ad5facf31ef5d4064 (diff) |
for portable testing, use Value() result for doubles inside multmatrix
Diffstat (limited to 'tests/regression/dumptest/example015-expected.txt')
-rw-r--r-- | tests/regression/dumptest/example015-expected.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/regression/dumptest/example015-expected.txt b/tests/regression/dumptest/example015-expected.txt index e1434e8..defedcd 100644 --- a/tests/regression/dumptest/example015-expected.txt +++ b/tests/regression/dumptest/example015-expected.txt @@ -11,14 +11,14 @@ square(size = [15, 15], center = true); } } - multmatrix([[0.707107, -0.707107, 0, 0], [0.707107, 0.707107, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { + multmatrix([[0.70710678118, -0.70710678118, 0, 0], [0.70710678118, 0.70710678118, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { multmatrix([[1, 0, 0, 0], [0, 1, 0, -15], [0, 0, 1, 0], [0, 0, 0, 1]]) { square(size = [100, 30], center = false); } } } } - multmatrix([[0.707107, 0.707107, 0, 0], [-0.707107, 0.707107, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { + multmatrix([[0.70710678118, 0.70710678118, 0, 0], [-0.70710678118, 0.70710678118, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { multmatrix([[0.7, 0, 0, 0], [0, 1.3, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { circle($fn = 0, $fa = 12, $fs = 2, r = 5); } |