This commit is contained in:
Mattia Montanari
2023-02-14 14:14:22 +01:00
parent c57913dd11
commit 4151e3aab0

View File

@@ -27,7 +27,7 @@ func TestGJK(t *testing.T) {
{5.0, 0.5, 0.0},
{5.0, -0.5, 0.0},
}
fassert(t, GJK(a, b), 0)
fassert(t, GJK(a, b), 1)
fassert(t, GJK(b, c), 1)
fassert(t, GJK(a, c), 2)
}