diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-11-26 17:11:55 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-11-26 17:11:55 (GMT) |
commit | 14b4ed4b5baa0efa7eea90322faca4fecfbfa294 (patch) | |
tree | 89a983e6d631c2b43a6dd1f0fa25c8bd3969ff41 /testdata/scad/features/polygon-tests.scad | |
parent | c2fb5d3650ffaa42c68e02891168c711d3b5f079 (diff) | |
parent | 7678f0f08305ecbc9d6f137f9deb19c60c904346 (diff) |
Merge remote-tracking branch 'upstream/master' into cakebaby
and tweak tests for win32 run
Conflicts:
tests/test_cmdline_tool.py
Diffstat (limited to 'testdata/scad/features/polygon-tests.scad')
-rw-r--r-- | testdata/scad/features/polygon-tests.scad | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testdata/scad/features/polygon-tests.scad b/testdata/scad/features/polygon-tests.scad index ab3a345..b4e92b6 100644 --- a/testdata/scad/features/polygon-tests.scad +++ b/testdata/scad/features/polygon-tests.scad @@ -13,5 +13,6 @@ translate([2,-2,0]) polygon([[0,0], [1,0], [0.8,0.5], [1,1], [0,1]]); points = [[0,0], [0.5,-0.2], [1,0], [1.2,0.5], [1,1], [0.5,1.2], [0,1], [-0.2,0.5]]; translate([-2,0,0]) polygon(points); translate([-2,-2,0]) polygon(points=points, paths=[[0,1,2,3], [4,5,6,7]]); +translate([2,-4,0]) polygon([[0,0], [1,0], [1,1], [0,0]]); // FIXME: convexity |