]> git.localhorst.tv Git - blobs.git/blobdiff - tst/math/IntersectTest.hpp
test ray/sphere intersect
[blobs.git] / tst / math / IntersectTest.hpp
index 13ac1341e9a67d4b070224367b9786a9783cbc87..85d88faab848695c6078b1253468d3b05c12a790 100644 (file)
@@ -15,6 +15,7 @@ CPPUNIT_TEST_SUITE(IntersectTest);
 
 CPPUNIT_TEST(testRayBoxIntersection);
 CPPUNIT_TEST(testBoxBoxIntersection);
+CPPUNIT_TEST(testRaySphereIntersection);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -24,6 +25,7 @@ public:
 
        void testRayBoxIntersection();
        void testBoxBoxIntersection();
+       void testRaySphereIntersection();
 
 };