]> git.localhorst.tv Git - gong.git/blobdiff - tst/geometry/IntersectionTest.hpp
sphere/sphere intersection test
[gong.git] / tst / geometry / IntersectionTest.hpp
index 4865c889047dbb91995c71c0ab17bc99d0ffcba8..680d4cadf7b2c3b2f4a1c05a1a32b8753b760d77 100644 (file)
@@ -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();