From 869cd192609547884385ee7393fb00ff743ad28d Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 28 Nov 2011 17:06:04 +0900 Subject: [PATCH] Box traces can now graze a corner. --- libs/models/test/testclip.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/models/test/testclip.c b/libs/models/test/testclip.c index 93f8fc74d..d42246a48 100644 --- a/libs/models/test/testclip.c +++ b/libs/models/test/testclip.c @@ -336,9 +336,8 @@ test_t tests[] = { { -16, 0, 8}, {16, 0, 40}, { 0.25, 0, 0, 1, 0, 5}}, {"Box, Step 1", &box, &hull_step1, { -16, 0, 8}, {16, 0, 135}, { 0.25, 0, 0, 1, 0, 5}}, - // 136 is a corner case caused by back/front side issues and 0 {"Box, Step 1", &box, &hull_step1, - { -16, 0, 8}, {16, 0, 137}, { 1, 0, 0, 1, 0, 5}}, + { -16, 0, 8}, {16, 0, 136}, { 1, 0, 0, 1, 0, 5}}, {"Point, Covered Step", &point, &hull_covered_step, { -24, 0, 8}, {-24, 0, 72}, { 0.5, 0, 0, 1, 0, 9}},