Skip to content

Commit

Permalink
make more varied shared borders in shared-borders test
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Oct 28, 2014
1 parent 9208c9b commit d06e13e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions test/browser/tests-browserified.js
Original file line number Diff line number Diff line change
Expand Up @@ -1160,8 +1160,7 @@ module.exports = {
[
3, 1, 0,
1, 1, 0,
1, -2, 0,
3, -2, 0
1, -2, 0
],
// clockwise
[
Expand All @@ -1174,8 +1173,10 @@ module.exports = {
[
-2, 3, 0,
-2, 0, 0,
1, 0, 0,
1, -1, 0,
// collinear vertex
0, 0, 0,
7 / 3, 0, 0,
5 / 3, -1, 0,
-3, -1, 0,
-3, 3, 0
]
Expand Down
9 changes: 5 additions & 4 deletions test/geometry/shared-borders.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ module.exports = {
[
3, 1, 0,
1, 1, 0,
1, -2, 0,
3, -2, 0
1, -2, 0
],
// clockwise
[
Expand All @@ -29,8 +28,10 @@ module.exports = {
[
-2, 3, 0,
-2, 0, 0,
1, 0, 0,
1, -1, 0,
// collinear vertex
0, 0, 0,
7 / 3, 0, 0,
5 / 3, -1, 0,
-3, -1, 0,
-3, 3, 0
]
Expand Down

0 comments on commit d06e13e

Please sign in to comment.