X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fgeometry%2FIntersectionTest.hpp;h=680d4cadf7b2c3b2f4a1c05a1a32b8753b760d77;hb=48d34439f3d5bc8bebabe9f0ee35970359e61bfa;hp=d0c7d80444676bbab3573540885d4680ed05c8d1;hpb=9932ee17a767b64cb52c213e133c6b91a90a8dd2;p=gong.git diff --git a/tst/geometry/IntersectionTest.hpp b/tst/geometry/IntersectionTest.hpp index d0c7d80..680d4ca 100644 --- a/tst/geometry/IntersectionTest.hpp +++ b/tst/geometry/IntersectionTest.hpp @@ -13,9 +13,11 @@ class IntersectionTest CPPUNIT_TEST_SUITE(IntersectionTest); +CPPUNIT_TEST(testAABB); CPPUNIT_TEST(testSimpleRayBox); CPPUNIT_TEST(testRayBox); CPPUNIT_TEST(testBoxBox); +CPPUNIT_TEST(testSphereSphere); CPPUNIT_TEST(testSpherePlane); CPPUNIT_TEST(testSphereHalfSpace); @@ -25,9 +27,11 @@ public: void setUp(); void tearDown(); + void testAABB(); void testSimpleRayBox(); void testRayBox(); void testBoxBox(); + void testSphereSphere(); void testSpherePlane(); void testSphereHalfSpace();