X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=tst%2Fmath%2FIntersectTest.hpp;fp=tst%2Fmath%2FIntersectTest.hpp;h=85d88faab848695c6078b1253468d3b05c12a790;hp=13ac1341e9a67d4b070224367b9786a9783cbc87;hb=659f83c800fb980b5c137e027dde3a099ab1a6d7;hpb=dd3bf5c97eac026537f3504cb947aa50c2ae5dc8 diff --git a/tst/math/IntersectTest.hpp b/tst/math/IntersectTest.hpp index 13ac134..85d88fa 100644 --- a/tst/math/IntersectTest.hpp +++ b/tst/math/IntersectTest.hpp @@ -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(); };