]> git.localhorst.tv Git - blank.git/blobdiff - tst/geometry/IntersectionTest.hpp
faster ray/box test for AABBs
[blank.git] / tst / geometry / IntersectionTest.hpp
index 7922290da8f5bc59c6064c9fc858b30c59dd2f26..6300e6e4d8cdb2c435fd244d283cf69406a35215 100644 (file)
@@ -12,6 +12,7 @@ class IntersectionTest
 
 CPPUNIT_TEST_SUITE(IntersectionTest);
 
+CPPUNIT_TEST(testSimpleRayBoxIntersection);
 CPPUNIT_TEST(testRayBoxIntersection);
 CPPUNIT_TEST(testBoxBoxIntersection);
 
@@ -21,6 +22,7 @@ public:
        void setUp();
        void tearDown();
 
+       void testSimpleRayBoxIntersection();
        void testRayBoxIntersection();
        void testBoxBoxIntersection();