]> git.localhorst.tv Git - gong.git/blobdiff - tst/geometry/IntersectionTest.hpp
sphere/sphere intersection test
[gong.git] / tst / geometry / IntersectionTest.hpp
index d0c7d80444676bbab3573540885d4680ed05c8d1..680d4cadf7b2c3b2f4a1c05a1a32b8753b760d77 100644 (file)
@@ -13,9 +13,11 @@ class IntersectionTest
 
 CPPUNIT_TEST_SUITE(IntersectionTest);
 
+CPPUNIT_TEST(testAABB);
 CPPUNIT_TEST(testSimpleRayBox);
 CPPUNIT_TEST(testRayBox);
 CPPUNIT_TEST(testBoxBox);
+CPPUNIT_TEST(testSphereSphere);
 CPPUNIT_TEST(testSpherePlane);
 CPPUNIT_TEST(testSphereHalfSpace);
 
@@ -25,9 +27,11 @@ public:
        void setUp();
        void tearDown();
 
+       void testAABB();
        void testSimpleRayBox();
        void testRayBox();
        void testBoxBox();
+       void testSphereSphere();
        void testSpherePlane();
        void testSphereHalfSpace();