Box traces can now graze a corner.

This commit is contained in:
Bill Currie 2011-11-28 17:06:04 +09:00
parent 45d55d7e9a
commit 869cd19260
1 changed files with 1 additions and 2 deletions

View File

@ -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}},