]> git.localhorst.tv Git - gong.git/blobdiff - tst/geometry/IntersectionTest.hpp
simple AABB intersection test
[gong.git] / tst / geometry / IntersectionTest.hpp
index d0c7d80444676bbab3573540885d4680ed05c8d1..4865c889047dbb91995c71c0ab17bc99d0ffcba8 100644 (file)
@@ -13,6 +13,7 @@ class IntersectionTest
 
 CPPUNIT_TEST_SUITE(IntersectionTest);
 
+CPPUNIT_TEST(testAABB);
 CPPUNIT_TEST(testSimpleRayBox);
 CPPUNIT_TEST(testRayBox);
 CPPUNIT_TEST(testBoxBox);
@@ -25,6 +26,7 @@ public:
        void setUp();
        void tearDown();
 
+       void testAABB();
        void testSimpleRayBox();
        void testRayBox();
        void testBoxBox();