X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fgeometry%2FIntersectionTest.hpp;fp=tst%2Fgeometry%2FIntersectionTest.hpp;h=4865c889047dbb91995c71c0ab17bc99d0ffcba8;hb=bda41b98427c8d34f954dae0dcaf261c5ad6cb43;hp=d0c7d80444676bbab3573540885d4680ed05c8d1;hpb=d220b0348951ce210ad4ea18dbe9934dd2999a60;p=gong.git diff --git a/tst/geometry/IntersectionTest.hpp b/tst/geometry/IntersectionTest.hpp index d0c7d80..4865c88 100644 --- a/tst/geometry/IntersectionTest.hpp +++ b/tst/geometry/IntersectionTest.hpp @@ -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();