X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fgeometry%2FIntersectionTest.hpp;h=680d4cadf7b2c3b2f4a1c05a1a32b8753b760d77;hb=48d34439f3d5bc8bebabe9f0ee35970359e61bfa;hp=4865c889047dbb91995c71c0ab17bc99d0ffcba8;hpb=bda41b98427c8d34f954dae0dcaf261c5ad6cb43;p=gong.git diff --git a/tst/geometry/IntersectionTest.hpp b/tst/geometry/IntersectionTest.hpp index 4865c88..680d4ca 100644 --- a/tst/geometry/IntersectionTest.hpp +++ b/tst/geometry/IntersectionTest.hpp @@ -17,6 +17,7 @@ CPPUNIT_TEST(testAABB); CPPUNIT_TEST(testSimpleRayBox); CPPUNIT_TEST(testRayBox); CPPUNIT_TEST(testBoxBox); +CPPUNIT_TEST(testSphereSphere); CPPUNIT_TEST(testSpherePlane); CPPUNIT_TEST(testSphereHalfSpace); @@ -30,6 +31,7 @@ public: void testSimpleRayBox(); void testRayBox(); void testBoxBox(); + void testSphereSphere(); void testSpherePlane(); void testSphereHalfSpace();